X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircuser.cpp;h=54a576474ea32c83857f95b479c4a5fd9999632e;hp=4c12580d5f3b4702b79670042cc0daf913188e6e;hb=c2b60983d1a144088cb9e0be9c5ae001621925c3;hpb=102e89f93e495280500586ba4089b3e638f761c4 diff --git a/src/common/ircuser.cpp b/src/common/ircuser.cpp index 4c12580d..54a57647 100644 --- a/src/common/ircuser.cpp +++ b/src/common/ircuser.cpp @@ -300,10 +300,3 @@ void IrcUser::removeUserMode(const QString &mode) { emit userModeRemoved(mode); } } - -void IrcUser::initSetChannels(const QStringList channels) { - foreach(QString channel, channels) { - joinChannel(channel); - } -} -