summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skypekit/account.h')
-rw-r--r--protocols/Skype/src/skypekit/account.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/Skype/src/skypekit/account.h b/protocols/Skype/src/skypekit/account.h
index 3b2b7063a5..a7128598ee 100644
--- a/protocols/Skype/src/skypekit/account.h
+++ b/protocols/Skype/src/skypekit/account.h
@@ -5,12 +5,10 @@
class CAccount : public Account
{
public:
- typedef void (CSkypeProto::* OnAccountChanged)(int);
-
typedef DRef<CAccount, Account> Ref;
typedef DRefs<CAccount, Account> Refs;
- CAccount(CSkypeProto*, unsigned int oid, SERootObject* root);
+ CAccount(unsigned int oid, CSkypeProto*);
bool IsOnline();
bool SetAvatar(SEBinary avatar, Skype::VALIDATERESULT &result);