diff options
| author | Tobias Markmann <tm@ayena.de> | 2015-06-09 18:41:52 (GMT) | 
|---|---|---|
| committer | Kevin Smith <kevin.smith@isode.com> | 2015-07-07 16:18:29 (GMT) | 
| commit | abd96284e162b3594bd0fc90a5da6b78709dee23 (patch) | |
| tree | f97c66e6897dc91cef81f86feceb7cff2640fbeb | |
| parent | 4fa67e50ff57e2fd4bff80137c59d13e70a2f4a6 (diff) | |
| download | swift-abd96284e162b3594bd0fc90a5da6b78709dee23.zip swift-abd96284e162b3594bd0fc90a5da6b78709dee23.tar.bz2 | |
Remove partial remains of commented out code
Test-Information:
Not applicable.
Change-Id: I1620be8361c1b70b365011ac7f0ec6ac11dbe76f
| -rw-r--r-- | Swift/Controllers/Chat/ChatsManager.cpp | 3 | 
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 == -		}*/  	}  } | 
 Swift
 Swift