diff options
Diffstat (limited to 'plugins/Db3x/commonheaders.h')
-rw-r--r-- | plugins/Db3x/commonheaders.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Db3x/commonheaders.h b/plugins/Db3x/commonheaders.h index 4d31934ec9..a79ca1d357 100644 --- a/plugins/Db3x/commonheaders.h +++ b/plugins/Db3x/commonheaders.h @@ -56,7 +56,6 @@ extern struct DBHeader dbHeader; extern HANDLE hCacheHeap;
extern SortedList lContacts;
extern char szDbPath[MAX_PATH];
-extern struct LIST_INTERFACE li;
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
@@ -68,4 +67,4 @@ extern struct LIST_INTERFACE li; #ifndef MODULAR
void Encrypt(char*msg,BOOL up);
-#endif
\ No newline at end of file +#endif
|