diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-16 13:59:44 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-16 13:59:44 +0300 |
commit | c4a68366af174e654d5735f244bf3beb8a81b143 (patch) | |
tree | 3a4540b0a57b02729d4fe9a6910981a732328322 /utilities.h | |
parent | 369c4ad5aedc204c4478381122880f3688fb34b8 (diff) |
used list<> from stl instead of my own implementation
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utilities.h b/utilities.h index 9ddf044..e31e35f 100644 --- a/utilities.h +++ b/utilities.h @@ -24,7 +24,6 @@ public: int AccountNumber; IJabberInterface *JabberInterface; HJHANDLER hPrescenseHandler, hMessageHandler, hIqHandler; - class JabberAccount *next; BOOL operator !(); }; |