mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-27 08:10:25 +00:00
Fix warning about unused loadedGeo variable
It's usage was removed in cfb4da0c17
This commit is contained in:
parent
ca582fa102
commit
5cab0d70a8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user