X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=753b887323cac0a2f4a7f391b77b75e1679e72a6;hp=2f568d31ff0b557f567554c9432575785922d79a;hb=060eed53b2da720c717e43a1b92dba2a6a7ab13e;hpb=c902a2a58671e7d145f5e879d87100844bd20df4 diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 2f568d31..753b8873 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -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;