From 26d3078defe74333a22eb9e7552a8b37d8595396 Mon Sep 17 00:00:00 2001 From: fourtf Date: Sat, 29 Feb 2020 13:56:14 +0100 Subject: [PATCH] removed unused variables --- src/widgets/helper/ChannelView.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/widgets/helper/ChannelView.hpp b/src/widgets/helper/ChannelView.hpp index 308681624..6ea7659e3 100644 --- a/src/widgets/helper/ChannelView.hpp +++ b/src/widgets/helper/ChannelView.hpp @@ -197,13 +197,6 @@ private: LimitedQueue messages_; - pajlada::Signals::Connection messageAppendedConnection_; - pajlada::Signals::Connection messageAddedAtStartConnection_; - pajlada::Signals::Connection messageRemovedConnection_; - pajlada::Signals::Connection messageReplacedConnection_; - pajlada::Signals::Connection repaintGifsConnection_; - pajlada::Signals::Connection layoutConnection_; - std::vector connections_; std::vector channelConnections_;