Code optimization and removed unused part for reducing core dll size.

This commit is contained in:
spx
2010-11-11 20:24:59 +00:00
parent 2bf3299ded
commit cab258a7e5
25 changed files with 257 additions and 350 deletions

View File

@ -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;
}
/*