diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-21 18:22:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-21 18:22:58 +0000 |
commit | be50a70bfd8b3f3daf0c3351fdce6e2fea515bd7 (patch) | |
tree | 26b5bcad0c257cc752f6a5214f4bd1850df96fce /plugins/TabSRMM/src/chat/chat.h | |
parent | 64516fd98ad1dae35864617563ee9963c0f31917 (diff) |
a copy of log style manager removed from tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@7819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/chat.h')
-rw-r--r-- | plugins/TabSRMM/src/chat/chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h index 0d572fb76c..f8a4769b54 100644 --- a/plugins/TabSRMM/src/chat/chat.h +++ b/plugins/TabSRMM/src/chat/chat.h @@ -133,7 +133,6 @@ INT_PTR CALLBACK DlgProcColorToolWindow(HWND hwndDlg, UINT msg, WPARAM wParam, L // log.c
void Log_StreamInEvent(HWND hwndDlg, LOGINFO* lin, SESSION_INFO *si, bool bRedraw, bool bPhaseTwo);
char* Log_CreateRtfHeader(MODULEINFO *mi);
-void Log_SetStyles();
// window.c
INT_PTR CALLBACK RoomWndProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|