summaryrefslogtreecommitdiff
path: root/include/m_gui.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-01 16:18:54 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-01 16:18:54 +0300
commit04f37ad5c8b27e728ee933a3f00ba7db43fac7d9 (patch)
treed4eeb1b0e87879794deb8eafbceed334af0a8787 /include/m_gui.h
parentc1736131717176fb800a7bf45a6b5a4568e8f9af (diff)
bad anti-flicker code removed
Diffstat (limited to 'include/m_gui.h')
-rw-r--r--include/m_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 39504aa4e6..05e4021b3f 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -614,7 +614,7 @@ protected:
virtual LRESULT CustomWndProc(UINT msg, WPARAM wParam, LPARAM lParam) override;
virtual void OnInit() override;
- int m_iPosition, m_iCount;
+ int m_iPosition;
};
/////////////////////////////////////////////////////////////////////////////////////////