Fix warning about unused loadedGeo variable

It's usage was removed in cfb4da0c17
This commit is contained in:
Eivind Uggedal 2021-04-13 11:41:14 +02:00
parent ca582fa102
commit 5cab0d70a8

View File

@ -88,7 +88,7 @@ KonvergoWindow::KonvergoWindow(QWindow* parent) :
}
#endif
QRect loadedGeo = loadGeometry();
loadGeometry();
connect(SettingsComponent::Get().getSection(SETTINGS_SECTION_MAIN), &SettingsSection::valuesUpdated,
this, &KonvergoWindow::updateMainSectionSettings);