Parcourir la source

Fix warning about unused loadedGeo variable

It's usage was removed in cfb4da0c17ff
Eivind Uggedal il y a 4 ans
Parent
commit
5cab0d70a8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);