mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
removed unused variables
This commit is contained in:
parent
82354327e5
commit
26d3078def
1 changed files with 0 additions and 7 deletions
|
@ -197,13 +197,6 @@ private:
|
||||||
|
|
||||||
LimitedQueue<MessageLayoutPtr> messages_;
|
LimitedQueue<MessageLayoutPtr> 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<pajlada::Signals::ScopedConnection> connections_;
|
std::vector<pajlada::Signals::ScopedConnection> connections_;
|
||||||
std::vector<pajlada::Signals::ScopedConnection> channelConnections_;
|
std::vector<pajlada::Signals::ScopedConnection> channelConnections_;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue