From 724746e9bb5aad314927dc94ba4c2870d93354c8 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 19 Sep 2017 16:25:36 +0300 Subject: remove GCDEST remains --- protocols/Omegle/src/chat.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/Omegle/src/chat.cpp') diff --git a/protocols/Omegle/src/chat.cpp b/protocols/Omegle/src/chat.cpp index 4967e06727..2914daeb59 100644 --- a/protocols/Omegle/src/chat.cpp +++ b/protocols/Omegle/src/chat.cpp @@ -220,8 +220,7 @@ void OmegleProto::SendChatMessage(std::string text) /*void OmegleProto::SendChatEvent(int type) { -GCDEST gcd = { m_szModuleName, m_tszUserName, GC_EVENT_CONTROL }; -GCEVENT gce = { &gcd }; +GCEVENT gce = { m_szModuleName, m_tszUserName, GC_EVENT_CONTROL }; Chat_Event(WINDOW_CLEARLOG,&gce); }*/ -- cgit v1.2.3