diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-19 20:20:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-19 20:20:22 +0000 |
commit | d58766cc83b162eaca5cbdf4e9e204305968b435 (patch) | |
tree | 9bc0010b2266670346c48a937a05755f7e0a4a97 /plugins/StatusPlugins/commonstatus.h | |
parent | 9cefaaec02616cbda530ef58afb9be013499c1d6 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@1053 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|