diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-10 15:41:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-10 15:41:23 +0000 |
commit | db146a5cb80ab954dfb5c0e6a97930b830352846 (patch) | |
tree | 5a8669ece564991f9e109545020df9f55805c50a /include/m_chat_int.h | |
parent | f7bdc97d3a76f14d28866f60b2e44f9e1e7f98bf (diff) |
- unused variable logIconBmpSize removed;
- last remaining buffer/bufAlloced replaced with CMStringA
git-svn-id: http://svn.miranda-ng.org/main/trunk@17173 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index e2c9711c4f..30cc1e1115 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -405,7 +405,6 @@ struct CHAT_MANAGER HANDLE hBuildMenuEvent, hSendEvent;
FONTINFO aFonts[OPTIONS_FONTCOUNT];
SESSION_INFO *wndList;
- size_t *logIconBmpSize;
char **pLogIconBmpBits;
// user-defined custom callbacks
|