summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-09-19 16:25:36 +0300
committerdartraiden <wowemuh@gmail.com>2017-09-19 16:25:36 +0300
commit724746e9bb5aad314927dc94ba4c2870d93354c8 (patch)
tree312ef29231d225ddf4328000e636872744c1cab0 /protocols/Omegle/src
parente254312f9a660c83081ce2062ab14ba3c3614089 (diff)
remove GCDEST remains
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r--protocols/Omegle/src/chat.cpp3
1 files changed, 1 insertions, 2 deletions
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);
}*/