diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-10 20:27:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-10 20:27:24 +0000 |
commit | 2b55a49b73ec41e782cd213d24d7ede6c62ade92 (patch) | |
tree | 6e3107f892c269678a43f5549faaafb24b6c7da6 /protocols/Omegle/src/connection.cpp | |
parent | e0541caf997ee59ed3d06485001476fcca429f86 (diff) |
unused macroses removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/connection.cpp')
-rw-r--r-- | protocols/Omegle/src/connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/connection.cpp b/protocols/Omegle/src/connection.cpp index 03f74ce9b0..36deff4f6a 100644 --- a/protocols/Omegle/src/connection.cpp +++ b/protocols/Omegle/src/connection.cpp @@ -55,7 +55,7 @@ void OmegleProto::SignOff(void*) OnLeaveChat(NULL, NULL);
- deleteSetting( "LogonTS" );
+ delSetting("LogonTS");
ProtoBroadcastAck(0,ACKTYPE_STATUS,ACKRESULT_SUCCESS,(HANDLE)old_status,m_iStatus);
|