diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-10-15 16:07:55 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-10-15 16:08:58 +1300 |
commit | 12329005de650a4e2d1c9c6df809d2ec15315fdf (patch) | |
tree | afca3d77aced23b5d45847d73ac00499f1870d08 | |
parent | 6c9f70cdc871f436cfb76709fc2d23e0c0f95808 (diff) |
remove unneeded CGUIStandardWindow class
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 6 | ||||
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 6 | ||||
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 6 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 | ||||
-rw-r--r-- | xbmc/Application.cpp | 3 | ||||
-rw-r--r-- | xbmc/guilib/GUIStandardWindow.cpp | 32 | ||||
-rw-r--r-- | xbmc/guilib/GUIStandardWindow.h | 36 | ||||
-rw-r--r-- | xbmc/guilib/Makefile.in | 1 |
9 files changed, 1 insertions, 97 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index 62336f4abe..9da1d5873e 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -584,7 +584,6 @@ F56C7A24131EC154000AD0F6 /* GUISliderControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7532131EC152000AD0F6 /* GUISliderControl.cpp */; }; F56C7A26131EC154000AD0F6 /* GUISpinControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7534131EC152000AD0F6 /* GUISpinControl.cpp */; }; F56C7A27131EC154000AD0F6 /* GUISpinControlEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7535131EC152000AD0F6 /* GUISpinControlEx.cpp */; }; - F56C7A28131EC154000AD0F6 /* GUIStandardWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7536131EC152000AD0F6 /* GUIStandardWindow.cpp */; }; F56C7A29131EC154000AD0F6 /* GUIStaticItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7537131EC152000AD0F6 /* GUIStaticItem.cpp */; }; F56C7A2A131EC154000AD0F6 /* GUITextBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7538131EC152000AD0F6 /* GUITextBox.cpp */; }; F56C7A2B131EC154000AD0F6 /* GUITextLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7539131EC152000AD0F6 /* GUITextLayout.cpp */; }; @@ -2284,7 +2283,6 @@ F56C74D8131EC152000AD0F6 /* GUISliderControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISliderControl.h; sourceTree = "<group>"; }; F56C74DA131EC152000AD0F6 /* GUISpinControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISpinControl.h; sourceTree = "<group>"; }; F56C74DB131EC152000AD0F6 /* GUISpinControlEx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISpinControlEx.h; sourceTree = "<group>"; }; - F56C74DC131EC152000AD0F6 /* GUIStandardWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIStandardWindow.h; sourceTree = "<group>"; }; F56C74DD131EC152000AD0F6 /* GUIStaticItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIStaticItem.h; sourceTree = "<group>"; }; F56C74DE131EC152000AD0F6 /* GUITextBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextBox.h; sourceTree = "<group>"; }; F56C74DF131EC152000AD0F6 /* GUITextLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextLayout.h; sourceTree = "<group>"; }; @@ -2371,7 +2369,6 @@ F56C7532131EC152000AD0F6 /* GUISliderControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISliderControl.cpp; sourceTree = "<group>"; }; F56C7534131EC152000AD0F6 /* GUISpinControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISpinControl.cpp; sourceTree = "<group>"; }; F56C7535131EC152000AD0F6 /* GUISpinControlEx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISpinControlEx.cpp; sourceTree = "<group>"; }; - F56C7536131EC152000AD0F6 /* GUIStandardWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIStandardWindow.cpp; sourceTree = "<group>"; }; F56C7537131EC152000AD0F6 /* GUIStaticItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIStaticItem.cpp; sourceTree = "<group>"; }; F56C7538131EC152000AD0F6 /* GUITextBox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextBox.cpp; sourceTree = "<group>"; }; F56C7539131EC152000AD0F6 /* GUITextLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextLayout.cpp; sourceTree = "<group>"; }; @@ -5074,8 +5071,6 @@ F56C74DA131EC152000AD0F6 /* GUISpinControl.h */, F56C7535131EC152000AD0F6 /* GUISpinControlEx.cpp */, F56C74DB131EC152000AD0F6 /* GUISpinControlEx.h */, - F56C7536131EC152000AD0F6 /* GUIStandardWindow.cpp */, - F56C74DC131EC152000AD0F6 /* GUIStandardWindow.h */, F56C7537131EC152000AD0F6 /* GUIStaticItem.cpp */, F56C74DD131EC152000AD0F6 /* GUIStaticItem.h */, F56C7538131EC152000AD0F6 /* GUITextBox.cpp */, @@ -6980,7 +6975,6 @@ F56C7A24131EC154000AD0F6 /* GUISliderControl.cpp in Sources */, F56C7A26131EC154000AD0F6 /* GUISpinControl.cpp in Sources */, F56C7A27131EC154000AD0F6 /* GUISpinControlEx.cpp in Sources */, - F56C7A28131EC154000AD0F6 /* GUIStandardWindow.cpp in Sources */, F56C7A29131EC154000AD0F6 /* GUIStaticItem.cpp in Sources */, F56C7A2A131EC154000AD0F6 /* GUITextBox.cpp in Sources */, F56C7A2B131EC154000AD0F6 /* GUITextLayout.cpp in Sources */, diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index 0bb279daba..9f1deb86f3 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -669,7 +669,6 @@ F56C8A0E131F42ED000AD0F6 /* GUISliderControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8515131F42E9000AD0F6 /* GUISliderControl.cpp */; }; F56C8A10131F42ED000AD0F6 /* GUISpinControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8517131F42E9000AD0F6 /* GUISpinControl.cpp */; }; F56C8A11131F42ED000AD0F6 /* GUISpinControlEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8518131F42E9000AD0F6 /* GUISpinControlEx.cpp */; }; - F56C8A12131F42ED000AD0F6 /* GUIStandardWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8519131F42E9000AD0F6 /* GUIStandardWindow.cpp */; }; F56C8A13131F42ED000AD0F6 /* GUIStaticItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C851A131F42E9000AD0F6 /* GUIStaticItem.cpp */; }; F56C8A14131F42ED000AD0F6 /* GUITextBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C851B131F42E9000AD0F6 /* GUITextBox.cpp */; }; F56C8A15131F42ED000AD0F6 /* GUITextLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C851C131F42E9000AD0F6 /* GUITextLayout.cpp */; }; @@ -2469,7 +2468,6 @@ F56C84BB131F42E9000AD0F6 /* GUISliderControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISliderControl.h; sourceTree = "<group>"; }; F56C84BD131F42E9000AD0F6 /* GUISpinControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISpinControl.h; sourceTree = "<group>"; }; F56C84BE131F42E9000AD0F6 /* GUISpinControlEx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISpinControlEx.h; sourceTree = "<group>"; }; - F56C84BF131F42E9000AD0F6 /* GUIStandardWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIStandardWindow.h; sourceTree = "<group>"; }; F56C84C0131F42E9000AD0F6 /* GUIStaticItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIStaticItem.h; sourceTree = "<group>"; }; F56C84C1131F42E9000AD0F6 /* GUITextBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextBox.h; sourceTree = "<group>"; }; F56C84C2131F42E9000AD0F6 /* GUITextLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextLayout.h; sourceTree = "<group>"; }; @@ -2556,7 +2554,6 @@ F56C8515131F42E9000AD0F6 /* GUISliderControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISliderControl.cpp; sourceTree = "<group>"; }; F56C8517131F42E9000AD0F6 /* GUISpinControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISpinControl.cpp; sourceTree = "<group>"; }; F56C8518131F42E9000AD0F6 /* GUISpinControlEx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISpinControlEx.cpp; sourceTree = "<group>"; }; - F56C8519131F42E9000AD0F6 /* GUIStandardWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIStandardWindow.cpp; sourceTree = "<group>"; }; F56C851A131F42E9000AD0F6 /* GUIStaticItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIStaticItem.cpp; sourceTree = "<group>"; }; F56C851B131F42E9000AD0F6 /* GUITextBox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextBox.cpp; sourceTree = "<group>"; }; F56C851C131F42E9000AD0F6 /* GUITextLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextLayout.cpp; sourceTree = "<group>"; }; @@ -5430,8 +5427,6 @@ F56C84BD131F42E9000AD0F6 /* GUISpinControl.h */, F56C8518131F42E9000AD0F6 /* GUISpinControlEx.cpp */, F56C84BE131F42E9000AD0F6 /* GUISpinControlEx.h */, - F56C8519131F42E9000AD0F6 /* GUIStandardWindow.cpp */, - F56C84BF131F42E9000AD0F6 /* GUIStandardWindow.h */, F56C851A131F42E9000AD0F6 /* GUIStaticItem.cpp */, F56C84C0131F42E9000AD0F6 /* GUIStaticItem.h */, F56C851B131F42E9000AD0F6 /* GUITextBox.cpp */, @@ -7084,7 +7079,6 @@ F56C8A0E131F42ED000AD0F6 /* GUISliderControl.cpp in Sources */, F56C8A10131F42ED000AD0F6 /* GUISpinControl.cpp in Sources */, F56C8A11131F42ED000AD0F6 /* GUISpinControlEx.cpp in Sources */, - F56C8A12131F42ED000AD0F6 /* GUIStandardWindow.cpp in Sources */, F56C8A13131F42ED000AD0F6 /* GUIStaticItem.cpp in Sources */, F56C8A14131F42ED000AD0F6 /* GUITextBox.cpp in Sources */, F56C8A15131F42ED000AD0F6 /* GUITextLayout.cpp in Sources */, diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index eac6df7b5f..00d62d6a84 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -103,7 +103,6 @@ 18B7C7DD1294222E009E7A26 /* GUISliderControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7881294222E009E7A26 /* GUISliderControl.cpp */; }; 18B7C7DF1294222E009E7A26 /* GUISpinControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78A1294222E009E7A26 /* GUISpinControl.cpp */; }; 18B7C7E01294222E009E7A26 /* GUISpinControlEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78B1294222E009E7A26 /* GUISpinControlEx.cpp */; }; - 18B7C7E11294222E009E7A26 /* GUIStandardWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78C1294222E009E7A26 /* GUIStandardWindow.cpp */; }; 18B7C7E21294222E009E7A26 /* GUIStaticItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78D1294222E009E7A26 /* GUIStaticItem.cpp */; }; 18B7C7E31294222E009E7A26 /* GUITextBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78E1294222E009E7A26 /* GUITextBox.cpp */; }; 18B7C7E41294222E009E7A26 /* GUITextLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78F1294222E009E7A26 /* GUITextLayout.cpp */; }; @@ -1136,7 +1135,6 @@ 18B7C72E1294222D009E7A26 /* GUISliderControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISliderControl.h; sourceTree = "<group>"; }; 18B7C7301294222D009E7A26 /* GUISpinControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISpinControl.h; sourceTree = "<group>"; }; 18B7C7311294222D009E7A26 /* GUISpinControlEx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISpinControlEx.h; sourceTree = "<group>"; }; - 18B7C7321294222D009E7A26 /* GUIStandardWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIStandardWindow.h; sourceTree = "<group>"; }; 18B7C7331294222D009E7A26 /* GUIStaticItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIStaticItem.h; sourceTree = "<group>"; }; 18B7C7341294222D009E7A26 /* GUITextBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextBox.h; sourceTree = "<group>"; }; 18B7C7351294222D009E7A26 /* GUITextLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextLayout.h; sourceTree = "<group>"; }; @@ -1223,7 +1221,6 @@ 18B7C7881294222E009E7A26 /* GUISliderControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISliderControl.cpp; sourceTree = "<group>"; }; 18B7C78A1294222E009E7A26 /* GUISpinControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISpinControl.cpp; sourceTree = "<group>"; }; 18B7C78B1294222E009E7A26 /* GUISpinControlEx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISpinControlEx.cpp; sourceTree = "<group>"; }; - 18B7C78C1294222E009E7A26 /* GUIStandardWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIStandardWindow.cpp; sourceTree = "<group>"; }; 18B7C78D1294222E009E7A26 /* GUIStaticItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIStaticItem.cpp; sourceTree = "<group>"; }; 18B7C78E1294222E009E7A26 /* GUITextBox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextBox.cpp; sourceTree = "<group>"; }; 18B7C78F1294222E009E7A26 /* GUITextLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextLayout.cpp; sourceTree = "<group>"; }; @@ -3481,8 +3478,6 @@ 18B7C7301294222D009E7A26 /* GUISpinControl.h */, 18B7C78B1294222E009E7A26 /* GUISpinControlEx.cpp */, 18B7C7311294222D009E7A26 /* GUISpinControlEx.h */, - 18B7C78C1294222E009E7A26 /* GUIStandardWindow.cpp */, - 18B7C7321294222D009E7A26 /* GUIStandardWindow.h */, 18B7C78D1294222E009E7A26 /* GUIStaticItem.cpp */, 18B7C7331294222D009E7A26 /* GUIStaticItem.h */, 18B7C78E1294222E009E7A26 /* GUITextBox.cpp */, @@ -7315,7 +7310,6 @@ 18B7C7DD1294222E009E7A26 /* GUISliderControl.cpp in Sources */, 18B7C7DF1294222E009E7A26 /* GUISpinControl.cpp in Sources */, 18B7C7E01294222E009E7A26 /* GUISpinControlEx.cpp in Sources */, - 18B7C7E11294222E009E7A26 /* GUIStandardWindow.cpp in Sources */, 18B7C7E21294222E009E7A26 /* GUIStaticItem.cpp in Sources */, 18B7C7E31294222E009E7A26 /* GUITextBox.cpp in Sources */, 18B7C7E41294222E009E7A26 /* GUITextLayout.cpp in Sources */, diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 31079b9bbf..1b12b0c46d 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -645,7 +645,6 @@ <ClCompile Include="..\..\xbmc\guilib\GUISliderControl.cpp" /> <ClCompile Include="..\..\xbmc\guilib\GUISpinControl.cpp" /> <ClCompile Include="..\..\xbmc\guilib\GUISpinControlEx.cpp" /> - <ClCompile Include="..\..\xbmc\guilib\GUIStandardWindow.cpp" /> <ClCompile Include="..\..\xbmc\guilib\GUIStaticItem.cpp" /> <ClCompile Include="..\..\xbmc\guilib\GUITextBox.cpp" /> <ClCompile Include="..\..\xbmc\guilib\GUITextLayout.cpp" /> @@ -2061,7 +2060,6 @@ <ClInclude Include="..\..\xbmc\guilib\GUISliderControl.h" /> <ClInclude Include="..\..\xbmc\guilib\GUISpinControl.h" /> <ClInclude Include="..\..\xbmc\guilib\GUISpinControlEx.h" /> - <ClInclude Include="..\..\xbmc\guilib\GUIStandardWindow.h" /> <ClInclude Include="..\..\xbmc\guilib\GUIStaticItem.h" /> <ClInclude Include="..\..\xbmc\guilib\GUITextBox.h" /> <ClInclude Include="..\..\xbmc\guilib\GUITextLayout.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 505c119e7c..36ede2fb18 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -1132,9 +1132,6 @@ <ClCompile Include="..\..\xbmc\guilib\GUISpinControlEx.cpp"> <Filter>guilib</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\guilib\GUIStandardWindow.cpp"> - <Filter>guilib</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\guilib\GUIStaticItem.cpp"> <Filter>guilib</Filter> </ClCompile> @@ -3939,9 +3936,6 @@ <ClInclude Include="..\..\xbmc\guilib\GUISpinControlEx.h"> <Filter>guilib</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\guilib\GUIStandardWindow.h"> - <Filter>guilib</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\guilib\GUIStaticItem.h"> <Filter>guilib</Filter> </ClInclude> diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp index 8a0976e62a..747b85f6fe 100644 --- a/xbmc/Application.cpp +++ b/xbmc/Application.cpp @@ -174,7 +174,6 @@ // Windows includes #include "guilib/GUIWindowManager.h" #include "windows/GUIWindowHome.h" -#include "guilib/GUIStandardWindow.h" #include "settings/GUIWindowSettings.h" #include "windows/GUIWindowFileManager.h" #include "settings/GUIWindowSettingsCategory.h" @@ -2132,7 +2131,7 @@ bool CApplication::LoadUserWindows() else if (strType.Equals("buttonmenu")) pWindow = new CGUIDialogButtonMenu(id + WINDOW_HOME, skinFile); else - pWindow = new CGUIStandardWindow(id + WINDOW_HOME, skinFile); + pWindow = new CGUIWindow(id + WINDOW_HOME, skinFile); // Check to make sure the pointer isn't still null if (pWindow == NULL) diff --git a/xbmc/guilib/GUIStandardWindow.cpp b/xbmc/guilib/GUIStandardWindow.cpp deleted file mode 100644 index 3c78d729b9..0000000000 --- a/xbmc/guilib/GUIStandardWindow.cpp +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (C) 2005-2012 Team XBMC - * http://www.xbmc.org - * - * This Program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This Program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with XBMC; see the file COPYING. If not, see - * <http://www.gnu.org/licenses/>. - * - */ - -#include "GUIStandardWindow.h" -#include "GUIWindowManager.h" -#include "settings/AdvancedSettings.h" -#include "Key.h" - -CGUIStandardWindow::CGUIStandardWindow(int id, const CStdString &xmlFile) : CGUIWindow(id, xmlFile) -{ -} - -CGUIStandardWindow::~CGUIStandardWindow(void) -{ -} diff --git a/xbmc/guilib/GUIStandardWindow.h b/xbmc/guilib/GUIStandardWindow.h deleted file mode 100644 index 076e55a238..0000000000 --- a/xbmc/guilib/GUIStandardWindow.h +++ /dev/null @@ -1,36 +0,0 @@ -#pragma once - -/* - * Copyright (C) 2005-2012 Team XBMC - * http://www.xbmc.org - * - * This Program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This Program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with XBMC; see the file COPYING. If not, see - * <http://www.gnu.org/licenses/>. - * - */ - -#include "GUIWindow.h" - -// This class is designed to be the base class for any standard -// full screen window. Default implementations for action keys -// can be placed into this class to make creating new window -// classes that much easier. - -class CGUIStandardWindow : - public CGUIWindow -{ -public: - CGUIStandardWindow(int id, const CStdString &xmlFile); - virtual ~CGUIStandardWindow(void); -}; diff --git a/xbmc/guilib/Makefile.in b/xbmc/guilib/Makefile.in index 7eac2a4b26..c4274db76f 100644 --- a/xbmc/guilib/Makefile.in +++ b/xbmc/guilib/Makefile.in @@ -51,7 +51,6 @@ SRCS += GUISettingsSliderControl.cpp SRCS += GUISliderControl.cpp SRCS += GUISpinControl.cpp SRCS += GUISpinControlEx.cpp -SRCS += GUIStandardWindow.cpp SRCS += GUIStaticItem.cpp SRCS += GUITextBox.cpp SRCS += GUITextLayout.cpp |