From 6dc8111b7f9534aaf7aa22f979857ee0593cae90 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 6 Dec 2016 14:27:45 +0300 Subject: minus Scriver's own window list --- plugins/Scriver/src/globals.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Scriver/src/globals.cpp') 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)); -- cgit v1.2.3