From 95dca34865f1d0920a7a3645c12e818cbec6ce5a Mon Sep 17 00:00:00 2001 From: krepa098 Date: Fri, 9 Jan 2015 15:50:23 +0100 Subject: [PATCH] cleanup --- src/chatlog/chatlog.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chatlog/chatlog.h b/src/chatlog/chatlog.h index 067d4ebc2..afd0e548b 100644 --- a/src/chatlog/chatlog.h +++ b/src/chatlog/chatlog.h @@ -108,7 +108,6 @@ private: QPointF lastPos; QGraphicsRectItem* selGraphItem = nullptr; QTimer* selectionTimer = nullptr; - QTimer* refreshTimer = nullptr; QTimer* workerTimer = nullptr; AutoScrollDirection selectionScrollDir = NoDirection;