diff --git a/src/widgets/helper/ChannelView.hpp b/src/widgets/helper/ChannelView.hpp index 30868162..6ea7659e 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_;