Merging NetworkConnection into CoreNetwork.
[quassel.git] / src / common / ircuser.cpp
index ab773d9..f8a1e0a 100644 (file)
@@ -218,7 +218,6 @@ void IrcUser::joinChannel(IrcChannel *channel) {
   if(!_channels.contains(channel)) {
     _channels.insert(channel);
     channel->joinIrcUsers(this);
-    // connect(channel, SIGNAL(destroyed()), this, SLOT(channelDestroyed()));
   }
 }