diff options
Diffstat (limited to 'src/shortcuts.cpp')
| -rw-r--r-- | src/shortcuts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shortcuts.cpp b/src/shortcuts.cpp index 9ececbb3b..5af75a9a5 100644 --- a/src/shortcuts.cpp +++ b/src/shortcuts.cpp @@ -420,7 +420,7 @@ void sp_shortcut_file_export_do(char const *exportname) { * Element (b) is used in shortcut lookup and contains an uppercase version of the gdk_keyval_name, * or a gdk_keyval_name name and the "Shift" modifier for Shift altered hardware code keys (see get_group0_keyval() for explanation) */ -void sp_shortcut_delete_from_file(char const *action, unsigned int const shortcut) { +void sp_shortcut_delete_from_file(char const * /*action*/, unsigned int const shortcut) { char const *filename = get_path(USER, KEYS, "default.xml"); |
