Code cleanup.

This commit is contained in:
spx
2011-10-31 07:42:18 +00:00
parent 747f03ef5b
commit 6644b81909
3 changed files with 63 additions and 117 deletions

View File

@ -356,7 +356,6 @@ private:
SIZE m_BackgroundSize;
HWND m_Window; // Handle to the Rainmeter window
bool m_ChildWindow;
std::wstring m_RightMouseDownAction; // Action to run when right mouse is pressed
std::wstring m_LeftMouseDownAction; // Action to run when left mouse is pressed
@ -413,7 +412,6 @@ private:
bool m_NativeTransparency; // If true, use the W2k/XP native transparency
int m_AlphaValue; // The 'from' transparency value 0 - 255
int m_FadeDuration; // Time it takes to fade the window
// bool m_MeasuresToVariables; // If true, Measured values are transformed to Litestep's eVars
ZPOSITION m_WindowZPosition; // Window's Z-position
bool m_DynamicWindowSize; //
bool m_ClickThrough; //