Fixed a bug in the new topic widget where no repaint event was triggered if only...
[quassel.git] / src / common / ircuser.cpp
index 4c12580..54a5764 100644 (file)
@@ -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);
-  }
-}
-