From 13cc48ee351eb801aa82878ab2bebda048002e1b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Dec 2017 19:39:42 +0300 Subject: Remove default parameter from keyboardconfig. --- src/input/keyboardconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/keyboardconfig.h') diff --git a/src/input/keyboardconfig.h b/src/input/keyboardconfig.h index ef3f056b7..16221d8cc 100644 --- a/src/input/keyboardconfig.h +++ b/src/input/keyboardconfig.h @@ -62,7 +62,7 @@ class KeyboardConfig final * Get the key function index by providing the keys value. */ static InputActionT getKeyIndex(const SDL_Event &event, - const int grp = 1) A_WARN_UNUSED; + const int grp) A_WARN_UNUSED; /** * Set the enable flag, which will stop the user from doing actions. -- cgit v1.2.3-60-g2f50