]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/libwin32/wintray.h
kes Add context menu for floating a window.
[bacula/bacula] / bacula / src / win32 / libwin32 / wintray.h
index e2f7181c1d9169179f57469295005450b01c8b9e..44ad83c570ef725a096631e17935678a9c7107be 100644 (file)
@@ -41,14 +41,10 @@ class bacMenu;
 
 #include "winabout.h"
 #include "winstat.h"
-#include "winevents.h"
 
 // Constants
 extern const UINT MENU_ABOUTBOX_SHOW;
 extern const UINT MENU_STATUS_SHOW;
-extern const UINT MENU_EVENTS_SHOW;
-extern const UINT MENU_SERVICEHELPER_MSG;
-extern const UINT MENU_ADD_CLIENT_MSG;
 extern const char *MENU_CLASS_NAME;
 
 // The tray menu class itself
@@ -76,8 +72,6 @@ protected:
    // Status dialog for this server
    bacStatus m_status;
 
-   bacEvents m_events;
-
    HWND  m_hwnd;
    HMENU m_hmenu;
    NOTIFYICONDATA m_nid;