Fixed unused variable warning

This commit is contained in:
thunder2 2022-01-03 00:37:49 +01:00
parent c13e2ca341
commit 3dfe4e1288
13 changed files with 11 additions and 16 deletions

View file

@ -177,7 +177,6 @@ SettingsPage::initStackedWidget()
addPage(new SoundPage() ); // SOUND
addPage(new ServicePermissionsPage() ); // PERMISSIONS
#ifdef RS_JSONAPI
JsonApiPage *jsonapi_p = new JsonApiPage() ;
addPage(new JsonApiPage());
#ifdef RS_WEBUI
WebuiPage *webui_p = new WebuiPage() ;