summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2015-06-09 18:41:52 (GMT)
committerKevin Smith <kevin.smith@isode.com>2015-07-07 16:18:29 (GMT)
commitabd96284e162b3594bd0fc90a5da6b78709dee23 (patch)
treef97c66e6897dc91cef81f86feceb7cff2640fbeb /Swift/Controllers/Chat/ChatsManager.cpp
parent4fa67e50ff57e2fd4bff80137c59d13e70a2f4a6 (diff)
downloadswift-abd96284e162b3594bd0fc90a5da6b78709dee23.zip
swift-abd96284e162b3594bd0fc90a5da6b78709dee23.tar.bz2
Remove partial remains of commented out code
Test-Information: Not applicable. Change-Id: I1620be8361c1b70b365011ac7f0ec6ac11dbe76f
Diffstat (limited to 'Swift/Controllers/Chat/ChatsManager.cpp')
-rw-r--r--Swift/Controllers/Chat/ChatsManager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Swift/Controllers/Chat/ChatsManager.cpp b/Swift/Controllers/Chat/ChatsManager.cpp
index 30870fa..7595d44 100644
--- a/Swift/Controllers/Chat/ChatsManager.cpp
+++ b/Swift/Controllers/Chat/ChatsManager.cpp
@@ -856,9 +856,6 @@ void ChatsManager::handleUserNicknameChanged(MUCController* mucController, const
chatController->onActivity.disconnect(boost::bind(&ChatsManager::handleChatActivity, this, oldMUCChatJID, _1, false));
chatController->onActivity.connect(boost::bind(&ChatsManager::handleChatActivity, this, newMUCChatJID, _1, false));
- /*for (std::list<ChatListWindow::Chat>::iterator i = recentChats_.begin(); i != recentChats_.end(); i++) {
- if (i->jid ==
- }*/
}
}