diff options
Diffstat (limited to 'src/modules/theme/libkvitheme.cpp')
| -rw-r--r-- | src/modules/theme/libkvitheme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp index ef8e4cd9a..f3313aac2 100644 --- a/src/modules/theme/libkvitheme.cpp +++ b/src/modules/theme/libkvitheme.cpp @@ -142,7 +142,7 @@ static bool theme_kvs_cmd_screenshot(KviKvsModuleCommandCall * c) Shows the theme theme management editor */ -static bool theme_kvs_cmd_dialog(KviKvsModuleCommandCall * c) +static bool theme_kvs_cmd_dialog(KviKvsModuleCommandCall *) { KviThemeManagementDialog::display(); return true; @@ -174,7 +174,7 @@ static bool theme_module_cleanup(KviModule *m) return true; } -static bool theme_module_can_unload(KviModule * m) +static bool theme_module_can_unload(KviModule *) { return (!KviThemeManagementDialog::instance()); } |
