summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-13 17:28:55 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-13 17:32:23 +0300
commitcbcc7740eef70c30660f41acc0ae78a6c48eb2f0 (patch)
tree1f5b19be37bc22e57e531e02cb06909ecffe31e7 /include
parenta7c24ca48995cf2bf436156302f96b91bf135409 (diff)
unused fields removed
Diffstat (limited to 'include')
-rw-r--r--include/m_chat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/m_chat.h b/include/m_chat.h
index b4cac396df..61647eb81b 100644
--- a/include/m_chat.h
+++ b/include/m_chat.h
@@ -144,11 +144,6 @@ struct GCREGISTER
const wchar_t *ptszDispName; // This is the protocol's real name as it will be displayed to the user
unsigned dwFlags; // Use GC_* flags above to indicate features supported
int iMaxText; // Max message length the protocol supports. Will limit the typing area input. 0 = no limit
- int nColors; // Number of colors in the colorchooser menu for the color buttons. Max = 100
- COLORREF *pColors; // pointer to the first item in a static COLORREF array containing the colors
- // that should be showed in the colorchooser menu.
- // ie: COLORREF crCols[nColors];
- // pColors = &crCols[0];
};
EXTERN_C MIR_APP_DLL(int) Chat_Register(const GCREGISTER*);