Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Aug 23, 2023
1 parent eb63dfa commit 7e493d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e493d6

Please sign in to comment.