Removed unused refreshButton pointer (#3744)

Follow-up to #1982
This commit is contained in:
Auro 2022-05-17 06:44:57 -04:00 committed by GitHub
parent 0605dabf31
commit 28efd29dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,6 @@ private:
Label *noMessagesLabel = nullptr;
ChannelView *latestMessages = nullptr;
QPushButton *refreshButton = nullptr;
} ui_;
class TimeoutWidget : public BaseWidget