From abc1a67b29f305316cbb2b69a84d8cbb1a3d808a Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 6 Nov 2015 18:29:40 +0000 Subject: MirandaG15: Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@15691 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp') diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp index 0239c6b75f..547216ac09 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp @@ -5,19 +5,12 @@ //************************************************************************ // CLCDInput::CLCDInput //************************************************************************ -CLCDInput::CLCDInput() +CLCDInput::CLCDInput() : m_hKBHook(0), m_bShowSymbols(true), m_bShowMarker(false), + m_lInputTime(0), m_iLinePosition(0), m_iLineCount(0), m_iBreakKeys(KEYS_RETURN), + m_lBlinkTimer(0), m_pScrollbar(NULL) { - m_lInputTime = 0; - m_iLinePosition = 0; memset(&m_Marker, 0, sizeof(m_Marker)); - m_pScrollbar = NULL; - m_bShowSymbols = true; - m_iBreakKeys = KEYS_RETURN; - m_bShowMarker = false; - m_lBlinkTimer = 0; - - m_iLineCount = 0; // SetScrollbarAlignment(TOP); Reset(); } -- cgit v1.2.3