clean up
[quassel.git] / src / qtui / chatscene.h
index 2f568d3..753b887 100644 (file)
@@ -56,7 +56,6 @@ public:
 
 public slots:
   void updateForViewport(qreal width, qreal height);
-  //void setWidth(qreal, bool forceReposition = false);
   void setWidth(qreal width);
 
   // these are used by the chatitems to notify the scene and manage selections
@@ -118,8 +117,6 @@ private:
   int _firstSelectionRow, _lastSelectionRow;
   bool _isSelecting;
 
-  int _lastBacklogSize;
-
   struct WebPreview {
     ChatItem *parentItem;
     QGraphicsItem *previewItem;