diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-30 10:04:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-30 10:04:37 +0000 |
commit | 7cf2491c1a67e31eb8765526d78b1bd4baf6f709 (patch) | |
tree | 32b43210d6d0e8b7e342f36260f4eb85f26c7614 /protocols/IcqOscarJ/src/icq_proto.h | |
parent | d2843de0f8ceebeeb87806bb9670d69f1218619b (diff) |
icq rates - code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@14451 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index d879d64c3d..d1d8d677c8 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -532,8 +532,6 @@ struct CIcqProto : public PROTO<CIcqProto> int handleRateItem(rates_queue_item *item, int nQueueType = RQT_DEFAULT, int nMinDelay = 0, BOOL bAllowDelay = TRUE);
- void __cdecl rateDelayThread(struct rate_delay_args *pArgs);
-
//----| icq_server.cpp |--------------------------------------------------------------
HANDLE hServerConn;
WORD wListenPort;
|