diff options
author | George Hazan <george.hazan@gmail.com> | 2016-05-17 15:38:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-05-17 15:38:59 +0000 |
commit | 4d7fb80e18aa7b131bae7a0a55efb5d4a5097866 (patch) | |
tree | 03007949bce748696d2f6120ab4cc116aea060be /plugins/Scriver/src/msgwindow.h | |
parent | 8d525f2f68c3c079f2888fdc911f0b5d7cfc8557 (diff) |
Scriver:
- fix for toolbar icons;
- horror with buffers replaced with CMString;
- unused code removed;
git-svn-id: http://svn.miranda-ng.org/main/trunk@16839 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/msgwindow.h')
-rw-r--r-- | plugins/Scriver/src/msgwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/msgwindow.h b/plugins/Scriver/src/msgwindow.h index c5ec63c224..d3e8092b8b 100644 --- a/plugins/Scriver/src/msgwindow.h +++ b/plugins/Scriver/src/msgwindow.h @@ -87,7 +87,6 @@ struct TabControlData };
TCHAR* GetWindowTitle(MCONTACT hContact, const char *szProto);
-TCHAR* GetTabName(MCONTACT hContact);
HWND GetParentWindow(MCONTACT hContact, BOOL bChat);
void NotifyLocalWinEvent(MCONTACT hContact, HWND hwnd, unsigned int type);
|