diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-04 16:21:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-04 16:21:28 +0300 |
commit | cb9750e8ef71c32441c34c169101c4329a9ac8b5 (patch) | |
tree | d8379e965edb88f1c071e02e4fdf37bf5f998dd3 /include | |
parent | e3b4b1b847c5beba21cdbc5c96f07364f61ea784 (diff) |
data used by some plugins only moved to these plugins
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 13acfeb308..4871a636bd 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -94,10 +94,6 @@ struct GCModuleInfoBase bool bFontSize;
int nColorCount;
COLORREF* crColors;
- HICON hOnlineIcon;
- HICON hOfflineIcon;
- HICON hOnlineTalkIcon;
- HICON hOfflineTalkIcon;
int iMaxText;
MODULEINFO* next;
};
|