diff options
Diffstat (limited to 'src/modules/clist/clui.cpp')
-rw-r--r-- | src/modules/clist/clui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/clist/clui.cpp b/src/modules/clist/clui.cpp index 04e7fe9b3a..45b38ccdc6 100644 --- a/src/modules/clist/clui.cpp +++ b/src/modules/clist/clui.cpp @@ -36,8 +36,6 @@ UINT uMsgProcessProfile; #define M_RESTORESTATUS (WM_USER+7)
-void LoadCluiServices();
-
typedef struct {
int showsbar;
int showgrip;
@@ -275,7 +273,6 @@ int LoadCLUIModule(void) hContactDraggingEvent = CreateHookableEvent(ME_CLUI_CONTACTDRAGGING);
hContactDroppedEvent = CreateHookableEvent(ME_CLUI_CONTACTDROPPED);
hContactDragStopEvent = CreateHookableEvent(ME_CLUI_CONTACTDRAGSTOP);
- LoadCluiServices();
WNDCLASSEX wndclass;
wndclass.cbSize = sizeof(wndclass);
|