replaced Client::fakeInput() with Client::userInpt() (now static but no longer a...
[quassel.git] / src / client / buffer.h
index f743913..9bf4b78 100644 (file)
@@ -44,8 +44,6 @@ public:
   QList<AbstractUiMsg *> contents() const;
   
 signals:
-  void userInput(const BufferInfo &, QString);
-
   void msgAppended(AbstractUiMsg *);
   void msgPrepended(AbstractUiMsg *);
   void layoutQueueEmpty();
@@ -55,8 +53,6 @@ public slots:
   void prependMsg(const Message &);
   bool layoutMsg();
 
-  void processUserInput(QString);
-
 private:
   BufferInfo _bufferInfo;