Cleaned up unneeded codes.

This commit is contained in:
spx
2011-04-17 12:19:47 +00:00
parent fb8abf3750
commit 5246ca94c6
2 changed files with 2 additions and 84 deletions

View File

@ -64,7 +64,6 @@ public:
static const MULTIMONITOR_INFO& GetMultiMonitorInfo() { return c_Monitors; }
static size_t GetMonitorCount();
// static bool GetDwmCompositionEnabled() { return c_DwmCompositionEnabled; }
static bool GetShowDesktop() { return c_ShowDesktop; }
static HWND GetShellDesktopWindow(bool findWorkerW = false);
@ -105,7 +104,6 @@ private:
static MULTIMONITOR_INFO c_Monitors; // Multi-Monitor info
// static bool c_DwmCompositionEnabled;
static bool c_ShowDesktop;
static OSPLATFORM c_Platform;