mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 16:05:57 +00:00
Fix -Wunused-variable warnings
This commit is contained in:
@@ -161,7 +161,6 @@ void TabbedPanel::updateContentHeight() {
|
||||
return;
|
||||
}
|
||||
|
||||
auto was = _contentHeight;
|
||||
_contentHeight = contentHeight;
|
||||
|
||||
resize(QRect(0, 0, innerRect().width(), _contentHeight).marginsAdded(innerPadding()).size());
|
||||
|
Reference in New Issue
Block a user