diff options
Diffstat (limited to 'plugins/NewXstatusNotify/common.h')
-rw-r--r-- | plugins/NewXstatusNotify/common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/NewXstatusNotify/common.h b/plugins/NewXstatusNotify/common.h index 3cbb588379..343ee4fe58 100644 --- a/plugins/NewXstatusNotify/common.h +++ b/plugins/NewXstatusNotify/common.h @@ -106,8 +106,6 @@ #define JS_PARSE_XMPP_URI "/ParseXmppURI"
-extern LIST_INTERFACE li;
-
typedef struct tagSTATUS
{
int ID;
@@ -123,7 +121,7 @@ typedef struct tagSTATUS COLORREF colorText;
} STATUS;
-typedef struct tagPLUGINDATA
+typedef struct tagPLUGINDATA
{
WORD newStatus;
WORD oldStatus;
|