X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircuser.cpp;h=f8a1e0a956d3dadc9167add6e6af57e06f6f9dc5;hp=ab773d9ec9cd50a76576ac5e35b4765d17ecf059;hb=a5dfcc8ecf8b81025d24b3c5c816169e3e030ea4;hpb=f7379184b7c0ae4e53d7470809f84e2ad3239ec1 diff --git a/src/common/ircuser.cpp b/src/common/ircuser.cpp index ab773d9e..f8a1e0a9 100644 --- a/src/common/ircuser.cpp +++ b/src/common/ircuser.cpp @@ -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())); } }