Remove obsolete header entries
[quassel.git] / src / uisupport / nickview.h
index 09751a7..8a7972d 100644 (file)
@@ -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);
+
 };
 
 // ******************************