diff --git a/BookAStar/BookAStar/Pages/DeviceInfoPage.cs b/BookAStar/BookAStar/Pages/DeviceInfoPage.cs
deleted file mode 100644
index 18789cb8..00000000
--- a/BookAStar/BookAStar/Pages/DeviceInfoPage.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-using BookAStar.Model.Auth.Account;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-using Xamarin.Forms;
-using Yavsc.Models.Identity;
-
-namespace BookAStar.Pages
-{
- public class DeviceInfoPage : ContentPage
- {
- public DeviceInfoPage(IGCMDeclaration infos)
- {
- Content = new StackLayout
- {
- Padding = 50,
- VerticalOptions = LayoutOptions.Center,
- Children = {
- new Label{ Text = "Id: " + infos.DeviceId},
- new Label{ Text = "Model: " + infos.Model},
- new Label{ Text = "Platform: " + infos.Platform},
- new Label{ Text = "Version: " + infos.Version},
- }
- };
-
- }
- }
-}
diff --git a/BookAStar/BookAStar/Pages/MainPage.xaml b/BookAStar/BookAStar/Pages/MainPage.xaml
deleted file mode 100644
index 13d5c566..00000000
--- a/BookAStar/BookAStar/Pages/MainPage.xaml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/BookAStar/BookAStar/Pages/MarkdownEditorPage.xaml b/BookAStar/BookAStar/Pages/MarkdownEditorPage.xaml
deleted file mode 100644
index 755adfc0..00000000
--- a/BookAStar/BookAStar/Pages/MarkdownEditorPage.xaml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
\ No newline at end of file