Browse Source

Fix warning about unused loadedGeo variable

It's usage was removed in cfb4da0c17ff
Eivind Uggedal 3 years ago
parent
commit
5cab0d70a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ui/KonvergoWindow.cpp

+ 1 - 1
src/ui/KonvergoWindow.cpp

@@ -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);