summaryrefslogtreecommitdiff
path: root/protocols
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 /protocols
parenta7c24ca48995cf2bf436156302f96b91bf135409 (diff)
unused fields removed
Diffstat (limited to 'protocols')
-rw-r--r--protocols/MRA/src/MraChat.cpp1
-rw-r--r--protocols/Omegle/src/proto.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/protocols/MRA/src/MraChat.cpp b/protocols/MRA/src/MraChat.cpp
index 44dbfab5f8..237e486312 100644
--- a/protocols/MRA/src/MraChat.cpp
+++ b/protocols/MRA/src/MraChat.cpp
@@ -11,7 +11,6 @@ bool CMraProto::MraChatRegister()
{
GCREGISTER gcr = {};
gcr.iMaxText = MRA_MAXLENOFMESSAGE;
- gcr.nColors = 0;
gcr.ptszDispName = m_tszUserName;
gcr.pszModule = m_szModuleName;
Chat_Register(&gcr);
diff --git a/protocols/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp
index 3f98ad8845..826d8c2eda 100644
--- a/protocols/Omegle/src/proto.cpp
+++ b/protocols/Omegle/src/proto.cpp
@@ -170,8 +170,6 @@ int OmegleProto::OnModulesLoaded(WPARAM, LPARAM)
gcr.pszModule = m_szModuleName;
gcr.ptszDispName = m_tszUserName;
gcr.iMaxText = OMEGLE_MESSAGE_LIMIT;
- gcr.nColors = 0;
- gcr.pColors = nullptr;
Chat_Register(&gcr);
return 0;