diff options
author | dartraiden <wowemuh@gmail.com> | 2017-09-13 03:56:37 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-09-13 03:56:37 +0300 |
commit | 450c006be8f950a6bdfd20160d8e10d3eec3f853 (patch) | |
tree | 1bf42d248f8f72bb3898b7f08210ba27d2e9fff2 /protocols/IcqOscarJ/src | |
parent | 2b8358694bdbe12eb2506e41d9dcfe8c6e13ba69 (diff) |
partially remove ModernOpt stuff
Diffstat (limited to 'protocols/IcqOscarJ/src')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index 353d3e70ec..e8d58150bc 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -124,7 +124,6 @@ struct CIcqProto : public PROTO<CIcqProto> //====| Events |======================================================================
void __cdecl OnAddContactForever(DBCONTACTWRITESETTING *cws, MCONTACT hContact);
int __cdecl OnIdleChanged(WPARAM, LPARAM);
- int __cdecl OnModernOptInit(WPARAM, LPARAM);
int __cdecl OnModulesLoaded(WPARAM, LPARAM);
int __cdecl OnOptionsInit(WPARAM, LPARAM);
int __cdecl OnPreShutdown(WPARAM, LPARAM);
|