From cbcc7740eef70c30660f41acc0ae78a6c48eb2f0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Nov 2017 17:28:55 +0300 Subject: unused fields removed --- protocols/Omegle/src/proto.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/Omegle/src') 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; -- cgit v1.2.3