diff options
Diffstat (limited to 'plugins/Popup/src/config.h')
-rw-r--r-- | plugins/Popup/src/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
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;
|