summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-11-06 18:29:40 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-11-06 18:29:40 +0000
commitabc1a67b29f305316cbb2b69a84d8cbb1a3d808a (patch)
tree418c8364d38ae60323829f6e1a1d40983f710d8a /plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp
parent7477c55210e5f65f599923c633761cec21eb26ad (diff)
MirandaG15: Minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@15691 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp')
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp
index bad6b61c75..ccbb420206 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp
@@ -6,10 +6,8 @@
//************************************************************************
// constructor
//************************************************************************
-CLCDTextObject::CLCDTextObject()
+CLCDTextObject::CLCDTextObject() : m_bWordWrap(false), m_hFont(NULL), m_iFontHeight(0)
{
- m_hFont = NULL;
- m_iFontHeight = 0;
// Initialize DRAWTEXTPARAMS
memset(&m_dtp, 0, sizeof(DRAWTEXTPARAMS));
m_dtp.cbSize = sizeof(DRAWTEXTPARAMS);