diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-08 14:55:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-08 14:55:45 +0000 |
commit | 5a19cc3dfc0e40d61b860dbeeedf802a5047a667 (patch) | |
tree | 2d1d2f713e5f63c12f2d38edd6525c7e9074a91a /plugins/TabSRMM/src/functions.h | |
parent | 3aa29ef3d7220de7080eae79b4dc31ef99bb4015 (diff) |
- MBF_OWNERSTATE option moved to the public header;
- client icon drawing moved to FingerPrint;
- old code in tabSRMM completely wiped out;
git-svn-id: http://svn.miranda-ng.org/main/trunk@4389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/functions.h')
-rw-r--r-- | plugins/TabSRMM/src/functions.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/functions.h b/plugins/TabSRMM/src/functions.h index d5746cca5a..fb6d9e9cd1 100644 --- a/plugins/TabSRMM/src/functions.h +++ b/plugins/TabSRMM/src/functions.h @@ -178,10 +178,6 @@ int TN_OptionsInitialize(WPARAM wParam, LPARAM lParam); int TN_ModuleDeInit();
void TN_TypingMessage(HANDLE hContact, int iMode);
-// mod plus
-
-int ChangeClientIconInStatusBar(const TWindowData *dat);
-
// hotkeys
LRESULT ProcessHotkeysByMsgFilter(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, UINT_PTR ctrlId);
|