diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-16 19:56:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-16 19:56:59 +0000 |
commit | cf2966326de39e86fa52b34c91aee2a29a31bdab (patch) | |
tree | a6a05803cbb85146c3f1fee249ad0e8998959e51 /protocols/IcqOscarJ/src/icq_proto.h | |
parent | 2053ba5bd4f1f43d960ddeb40fa10568e2254f25 (diff) |
old helpers FindFirstContact/FindNextContact removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@8144 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index 1f8e28dcdf..5b412c3390 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -419,9 +419,6 @@ struct CIcqProto : public PROTO<CIcqProto> HANDLE AddEvent(MCONTACT hContact, WORD wType, DWORD dwTime, DWORD flags, DWORD cbBlob, PBYTE pBlob);
int IsICQContact(MCONTACT hContact);
- MCONTACT FindFirstContact();
- MCONTACT FindNextContact(MCONTACT hContact);
-
int getSetting(MCONTACT hContact, const char *szSetting, DBVARIANT *dbv);
double getSettingDouble(MCONTACT hContact, const char *szSetting, double dDef);
int getSettingStringStatic(MCONTACT hContact, const char *szSetting, char *dest, int dest_len);
|