diff options
Diffstat (limited to 'plugins/Scriver/src/commonheaders.h')
-rw-r--r-- | plugins/Scriver/src/commonheaders.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Scriver/src/commonheaders.h b/plugins/Scriver/src/commonheaders.h index 7f8533210f..d49706abec 100644 --- a/plugins/Scriver/src/commonheaders.h +++ b/plugins/Scriver/src/commonheaders.h @@ -111,8 +111,6 @@ extern HCURSOR hDragCursor; extern ITaskbarList3 *pTaskbarInterface;
extern GlobalMessageData g_dat;
extern CRITICAL_SECTION cs;
-extern HBRUSH hListBkgBrush;
-extern HBRUSH hListSelectedBkgBrush;
extern HMENU g_hMenu;
extern HANDLE hHookWinPopup, hHookWinWrite;
extern HCURSOR hCurSplitNS, hCurSplitWE;
|