summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/globals.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-06 14:27:45 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-06 14:27:45 +0300
commit6dc8111b7f9534aaf7aa22f979857ee0593cae90 (patch)
tree27155066903cf80b676a4edab8485e67ad3c754a /plugins/Scriver/src/globals.cpp
parentc8e8e884a6a632c5766eddab2d84c6a6b2216d6c (diff)
minus Scriver's own window list
Diffstat (limited to 'plugins/Scriver/src/globals.cpp')
-rw-r--r--plugins/Scriver/src/globals.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp
index ea52bcf287..8c2f469b17 100644
--- a/plugins/Scriver/src/globals.cpp
+++ b/plugins/Scriver/src/globals.cpp
@@ -287,7 +287,6 @@ void InitGlobals()
HDC hdc = GetDC(NULL);
memset(&g_dat, 0, sizeof(struct GlobalMessageData));
- g_dat.hMessageWindowList = WindowList_Create();
g_dat.hParentWindowList = WindowList_Create();
HookEvent(ME_PROTO_ACK, ackevent);
@@ -324,7 +323,6 @@ void FreeGlobals()
ImageList_Destroy(g_dat.hSearchEngineIconList);
mir_free(g_dat.tabIconListUsage);
- WindowList_Destroy(g_dat.hMessageWindowList);
WindowList_Destroy(g_dat.hParentWindowList);
memset(&g_dat, 0, sizeof(g_dat));