diff options
Diffstat (limited to 'plugins/Clist_nicer/INCLUDE/commonheaders.h')
-rw-r--r-- | plugins/Clist_nicer/INCLUDE/commonheaders.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/INCLUDE/commonheaders.h b/plugins/Clist_nicer/INCLUDE/commonheaders.h index 4f46b9d1d7..2b52d2734d 100644 --- a/plugins/Clist_nicer/INCLUDE/commonheaders.h +++ b/plugins/Clist_nicer/INCLUDE/commonheaders.h @@ -205,7 +205,6 @@ extern HINSTANCE g_hInst; #define MAX_REGS(_A_) (sizeof(_A_)/sizeof(_A_[0]))
-extern struct LIST_INTERFACE li;
typedef int (__cdecl *pfnDrawAvatar)(HDC hdcOrig, HDC hdcMem, RECT *rc, struct ClcContact *contact, int y, struct ClcData *dat, int selected, WORD cstatus, int rowHeight);
#define safe_sizeof(a) (sizeof((a)) / sizeof((a)[0]))
|