diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-06 14:27:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-06 14:27:45 +0300 |
commit | 6dc8111b7f9534aaf7aa22f979857ee0593cae90 (patch) | |
tree | 27155066903cf80b676a4edab8485e67ad3c754a /plugins/Scriver/src/globals.cpp | |
parent | c8e8e884a6a632c5766eddab2d84c6a6b2216d6c (diff) |
minus Scriver's own window list
Diffstat (limited to 'plugins/Scriver/src/globals.cpp')
-rw-r--r-- | plugins/Scriver/src/globals.cpp | 2 |
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));
|