diff options
Diffstat (limited to 'plugins/StatusPlugins/commonstatus.h')
-rw-r--r-- | plugins/StatusPlugins/commonstatus.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/StatusPlugins/commonstatus.h b/plugins/StatusPlugins/commonstatus.h index 6bd7c562d4..8eccbc3a8f 100644 --- a/plugins/StatusPlugins/commonstatus.h +++ b/plugins/StatusPlugins/commonstatus.h @@ -56,14 +56,6 @@ #include "../helpers/gen_helpers.h"
-typedef struct {
- int cbSize;
- char *szName; // pointer to protocol modulename
- char *szMsg; // pointer to the status message (may be NULL)
- WORD status; // the status
- WORD lastStatus;// last status
-} PROTOCOLSETTINGEX_V1;
-
#define UM_STSMSGDLGCLOSED WM_APP+1
#define UM_CLOSECONFIRMDLG WM_APP+2
|