diff --git a/GMW/Site.Mobile.Master b/GMW/Site.Mobile.Master
deleted file mode 100644
index 37ae9770..00000000
--- a/GMW/Site.Mobile.Master
+++ /dev/null
@@ -1,23 +0,0 @@
-<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.Mobile.master.cs" Inherits="GMW.Site_Mobile" %>
-<%@ Register Src="~/ViewSwitcher.ascx" TagPrefix="friendlyUrls" TagName="ViewSwitcher" %>
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GMW/Site.Mobile.Master.cs b/GMW/Site.Mobile.Master.cs
deleted file mode 100644
index cb949e70..00000000
--- a/GMW/Site.Mobile.Master.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-
-namespace GMW
-{
- public partial class Site_Mobile : System.Web.UI.MasterPage
- {
- protected void Page_Load(object sender, EventArgs e)
- {
-
- }
- }
-}
\ No newline at end of file
diff --git a/GMW/Site.Mobile.Master.designer.cs b/GMW/Site.Mobile.Master.designer.cs
deleted file mode 100644
index b4743278..00000000
--- a/GMW/Site.Mobile.Master.designer.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace GMW {
-
-
- public partial class Site_Mobile {
-
- ///
- /// HeadContent control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent;
-
- ///
- /// form1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
- ///
- /// FeaturedContent control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder FeaturedContent;
-
- ///
- /// MainContent control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent;
- }
-}