summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-10 19:19:21 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-10 19:19:21 +0000
commit75c60078110bba06e393932dc8f0682cf8f48680 (patch)
tree1e71e0db68414fb6b6c98295c871edd4bb53a518 /include
parent43897b6300b9b011d11ad4decd8ce10e82073051 (diff)
unused field removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index a2e238d9c1..aae241f2d3 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -454,7 +454,6 @@ public:
virtual void OnInit();
protected:
- char m_flags;
HICON m_hIcon;
const char* m_toolTip;
};