mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Fixed unused variable warning
This commit is contained in:
parent
c13e2ca341
commit
3dfe4e1288
13 changed files with 11 additions and 16 deletions
|
@ -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() ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue