From 7e493d697f0a7a54356089bcfe7595d0d29599b5 Mon Sep 17 00:00:00 2001 From: Tomas Mizera Date: Wed, 23 Aug 2023 11:32:53 +0200 Subject: [PATCH] Remove unused variable --- app/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main.cpp b/app/main.cpp index cd14fe57c..edee257ea 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -459,14 +459,12 @@ int main( int argc, char *argv[] ) // AppSettings has to be initialized after QGIS app init (because of correct reading/writing QSettings). AppSettings as; - bool hasLoadedDemoProjects = false; // copy demo projects when the app is launched for the first time if ( !as.demoProjectsCopied() ) { copy_demo_projects( demoDir, projectDir ); as.setDemoProjectsCopied( true ); - hasLoadedDemoProjects = true; } // there seem to be issues with HTTP/2 server support (QTBUG-111417)