diff --git a/umbraco/presentation/install/steps/Skinning/customizeSkin.ascx b/umbraco/presentation/install/steps/Skinning/customizeSkin.ascx deleted file mode 100644 index d54a7ade70..0000000000 --- a/umbraco/presentation/install/steps/Skinning/customizeSkin.ascx +++ /dev/null @@ -1,6 +0,0 @@ -<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="customizeSkin.ascx.cs" Inherits="umbraco.presentation.install.steps.Skinning.customizeSkin" %> - -

- Skin installed,click here to customize the skin. - -

\ No newline at end of file diff --git a/umbraco/presentation/install/steps/Skinning/customizeSkin.ascx.cs b/umbraco/presentation/install/steps/Skinning/customizeSkin.ascx.cs deleted file mode 100644 index cf45bbbddd..0000000000 --- a/umbraco/presentation/install/steps/Skinning/customizeSkin.ascx.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 umbraco.presentation.install.steps.Skinning -{ - public partial class customizeSkin : System.Web.UI.UserControl - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} \ No newline at end of file diff --git a/umbraco/presentation/install/steps/Skinning/customizeSkin.ascx.designer.cs b/umbraco/presentation/install/steps/Skinning/customizeSkin.ascx.designer.cs deleted file mode 100644 index 298414490c..0000000000 --- a/umbraco/presentation/install/steps/Skinning/customizeSkin.ascx.designer.cs +++ /dev/null @@ -1,17 +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 umbraco.presentation.install.steps.Skinning -{ - - - public partial class customizeSkin - { - } -}