diff options
Diffstat (limited to 'plugins/Scriver/src/tabs.h')
-rw-r--r-- | plugins/Scriver/src/tabs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Scriver/src/tabs.h b/plugins/Scriver/src/tabs.h index bafb7c4518..9af8c6d786 100644 --- a/plugins/Scriver/src/tabs.h +++ b/plugins/Scriver/src/tabs.h @@ -84,7 +84,6 @@ struct TabControlData HICON hIcon;
};
-HWND GetParentWindow(MCONTACT hContact, BOOL bChat);
-void NotifyLocalWinEvent(MCONTACT hContact, HWND hwnd, unsigned int type);
+HWND GetParentWindow(MCONTACT hContact, BOOL bChat);
#endif
|