diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-13 17:28:55 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-13 17:32:23 +0300 |
commit | cbcc7740eef70c30660f41acc0ae78a6c48eb2f0 (patch) | |
tree | 1f5b19be37bc22e57e531e02cb06909ecffe31e7 /protocols/Omegle | |
parent | a7c24ca48995cf2bf436156302f96b91bf135409 (diff) |
unused fields removed
Diffstat (limited to 'protocols/Omegle')
-rw-r--r-- | protocols/Omegle/src/proto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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;
|