diff options
author | dartraiden <wowemuh@gmail.com> | 2017-09-19 16:25:36 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-09-19 16:25:36 +0300 |
commit | 724746e9bb5aad314927dc94ba4c2870d93354c8 (patch) | |
tree | 312ef29231d225ddf4328000e636872744c1cab0 /protocols/Omegle/src | |
parent | e254312f9a660c83081ce2062ab14ba3c3614089 (diff) |
remove GCDEST remains
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r-- | protocols/Omegle/src/chat.cpp | 3 |
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);
}*/
|