diff options
Diffstat (limited to 'src/input/pages/basic.cpp')
-rw-r--r-- | src/input/pages/basic.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp index 9631c3705..c6cfe72d4 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.cpp @@ -68,24 +68,6 @@ SetupActionData setupActionDataBasic[] = }, { // TRANSLATORS: input action name - N_("Move to Home location"), - InputAction::MOVE_TO_HOME, - "", - }, - { - // TRANSLATORS: input action name - N_("Set home location"), - InputAction::SET_HOME, - "", - }, - { - // TRANSLATORS: input action name - N_("Move to navigation point"), - InputAction::MOVE_TO_POINT, - "", - }, - { - // TRANSLATORS: input action name N_("Talk"), InputAction::TALK, "", |