Commented out unused code. (Reserved for future use.)

This commit is contained in:
spx
2011-02-21 16:16:24 +00:00
parent 9f152e0076
commit 3d6615522b
2 changed files with 65 additions and 65 deletions

View File

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