Version 4.11.7: Fix build with GCC.

This commit is contained in:
John Preston 2023-11-13 12:24:29 +04:00
parent 53b342f722
commit df8c80226b
2 changed files with 0 additions and 2 deletions

View file

@ -208,7 +208,6 @@ StatisticsRequestSender::~StatisticsRequestSender() {
}
void StatisticsRequestSender::checkRequests() {
const auto api = &_channel->session().api();
for (auto i = begin(_requests); i != end(_requests);) {
for (auto j = begin(i->second); j != end(i->second);) {
if (_api.pending(*j)) {

View file

@ -688,7 +688,6 @@ FullReplyTo FieldHeader::getDraftReply() const {
}
void FieldHeader::updateControlsGeometry(QSize size) {
const auto isReadyToForward = readyToForward();
_cancel->moveToRight(0, 0);
_clickableRect = QRect(
0,