diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-03-29 15:03:13 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-03-29 15:03:13 (GMT) |
commit | cf664dd8baa1accc355ec4a727899a9f68f68ed5 (patch) | |
tree | ca6e8b07e7beb09e9c6e6374ddbef225be06feb5 /Swift/Controllers | |
parent | 1803d2e9169c1fae676213d2eaead86babc02a4c (diff) | |
download | swift-cf664dd8baa1accc355ec4a727899a9f68f68ed5.zip swift-cf664dd8baa1accc355ec4a727899a9f68f68ed5.tar.bz2 |
Request bookmarks at login.
Diffstat (limited to 'Swift/Controllers')
-rw-r--r-- | Swift/Controllers/MainController.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Swift/Controllers/MainController.cpp b/Swift/Controllers/MainController.cpp index ee11b70..d042115 100644 --- a/Swift/Controllers/MainController.cpp +++ b/Swift/Controllers/MainController.cpp @@ -135,8 +135,6 @@ void MainController::handleConnected() { presenceOracle_ = new PresenceOracle(client_); nickResolver_ = new NickResolver(xmppRoster_); lastSentPresence_ = boost::shared_ptr<Presence>(); - - avatarManager_ = new AvatarManager(client_, client_, avatarStorage_); |