Code cleanup

This commit is contained in:
spx
2013-02-26 03:57:37 +09:00
parent 091a185e51
commit 533d53e446
3 changed files with 2 additions and 4 deletions

View File

@ -81,8 +81,6 @@ public:
const std::wstring& GetOnChangeAction() { return m_OnChangeAction; }
void DoChangeAction(bool execute = true);
CMeterWindow* GetMeterWindow() { return m_MeterWindow; }
static CMeasure* Create(const WCHAR* measure, CMeterWindow* meterWindow, const WCHAR* name);
protected: