X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircuser.cpp;h=8acb67826215bacba205c61001edc0a6fa1cd571;hp=ab773d9ec9cd50a76576ac5e35b4765d17ecf059;hb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;hpb=c6fc5ae878a4f92b658c3da2861bcc7da9c2594f diff --git a/src/common/ircuser.cpp b/src/common/ircuser.cpp index ab773d9e..8acb6782 100644 --- a/src/common/ircuser.cpp +++ b/src/common/ircuser.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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())); } }