mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code optimization and removed unused part for reducing core dll size.
This commit is contained in:
@ -39,7 +39,7 @@ using namespace Gdiplus;
|
||||
** The constructor
|
||||
**
|
||||
*/
|
||||
CMeter::CMeter(CMeterWindow* meterWindow)
|
||||
CMeter::CMeter(CMeterWindow* meterWindow) : m_MeterWindow(meterWindow)
|
||||
{
|
||||
m_Measure = NULL;
|
||||
|
||||
@ -64,8 +64,6 @@ CMeter::CMeter(CMeterWindow* meterWindow)
|
||||
m_ToolTipHidden = false;
|
||||
|
||||
m_ToolTipHandle = NULL;
|
||||
|
||||
m_MeterWindow = meterWindow;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user