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_;