Fix a regression that would show some wrong context menu entries in some cases
[quassel.git] / src / uisupport / bufferview.h
index 12bb902..e7d8fa9 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -78,7 +78,6 @@ private slots:
 
   void on_collapse(const QModelIndex &index);
   void on_expand(const QModelIndex &index);
-  void on_clicked(const QModelIndex &index);
   void on_configChanged();
 
 private: