clean++
[quassel.git] / src / client / buffertreemodel.cpp
index c6fb996..ecc56c3 100644 (file)
@@ -21,7 +21,6 @@
 #include <QColor>  // FIXME Dependency on QtGui!
 
 #include "client.h"
-//#include "clientproxy.h"
 #include "buffertreemodel.h"
 #include "signalproxy.h"
 
@@ -118,8 +117,6 @@ Qt::ItemFlags NetworkTreeItem::flags() const {
 BufferTreeModel::BufferTreeModel(QObject *parent)
   : TreeModel(BufferTreeModel::defaultHeader(), parent)
 {
-  //connect(this, SIGNAL(fakeUserInput(BufferId, QString)),
-  //        ClientProxy::instance(), SLOT(gsUserInput(BufferId, QString)));
   Client::signalProxy()->attachSignal(this, SIGNAL(fakeUserInput(BufferId, QString)), SIGNAL(sendInput(BufferId, QString)));
 }