summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/src/statusfloater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_nicer/src/statusfloater.cpp')
-rw-r--r--plugins/Clist_nicer/src/statusfloater.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Clist_nicer/src/statusfloater.cpp b/plugins/Clist_nicer/src/statusfloater.cpp
index f605bc1329..751e9f29d6 100644
--- a/plugins/Clist_nicer/src/statusfloater.cpp
+++ b/plugins/Clist_nicer/src/statusfloater.cpp
@@ -58,8 +58,6 @@ BOOL tooltip = FALSE;
UINT_PTR hTooltipTimer = 0;
POINT start_pos;
-
-extern StatusItems_t *StatusItems;
extern int g_padding_y;
extern HIMAGELIST hCListImages;
@@ -765,7 +763,7 @@ void SFL_Update(HICON hIcon, int iIcon, HIMAGELIST hIml, const TCHAR *szText, BO
SIZE szDest, szT;
BLENDFUNCTION bf = {0};
HFONT hOldFont;
- StatusItems_t *item = &StatusItems[ID_EXTBKSTATUSFLOATER - ID_STATUS_OFFLINE];
+ StatusItems_t *item = arStatusItems[ID_EXTBKSTATUSFLOATER - ID_STATUS_OFFLINE];
RECT rcStatusArea;
LONG cy;