From d7b15f5f89319f1a9077efb50bd3a242a5dc2b52 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 Feb 2013 16:03:04 +0000 Subject: fixes for various hangups & crashes on exit git-svn-id: http://svn.miranda-ng.org/main/trunk@3652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/config.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/Popup/src/config.h') diff --git a/plugins/Popup/src/config.h b/plugins/Popup/src/config.h index 7560223a4e..e13c4c35e0 100644 --- a/plugins/Popup/src/config.h +++ b/plugins/Popup/src/config.h @@ -94,13 +94,6 @@ typedef struct tagPOPUPOPTIONS { WORD MaxPopups; } POPUPOPTIONS; -struct GLOBAL{ - bool isOsUnicode; - bool isMirUnicode; - int MirVer; -}; -extern GLOBAL g_popup; - //===== User wnd class ===== struct GLOBAL_WND_CLASSES{ ATOM cPopupWnd2; -- cgit v1.2.3