From: Manuel Nickschas Date: Thu, 5 Feb 2009 18:32:32 +0000 (+0100) Subject: Remove obsolete header entries X-Git-Tag: 0.4.0~124 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=213f241aaad270308a5ab556f9eb4ab01033b3f5 Remove obsolete header entries --- diff --git a/src/uisupport/nickview.h b/src/uisupport/nickview.h index 09751a77..8a7972d0 100644 --- a/src/uisupport/nickview.h +++ b/src/uisupport/nickview.h @@ -43,9 +43,7 @@ public slots: void startQuery(const QModelIndex & modelIndex); private: - BufferInfo bufferInfoFromModelIndex(const QModelIndex & index); - QString nickFromModelIndex(const QModelIndex & index); - void executeCommand(const BufferInfo & bufferInfo, const QString & command); + }; // ******************************