summaryrefslogtreecommitdiff
path: root/src/core/MenuScreensCustom.cpp
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2020-11-16 00:07:27 +0100
committerwithmorten <morten.with@gmail.com>2020-11-16 00:07:27 +0100
commitf0071c094aeacdd5fc8dd4f45911ebbc719811e0 (patch)
tree67170b9146e8d62a37b5180a036624d8bbb40644 /src/core/MenuScreensCustom.cpp
parentac29ae6e23ac174adf03acb85749533e601ec5d0 (diff)
remove unneeded ifdef
Diffstat (limited to 'src/core/MenuScreensCustom.cpp')
-rw-r--r--src/core/MenuScreensCustom.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/MenuScreensCustom.cpp b/src/core/MenuScreensCustom.cpp
index 5fc44661..f8ff3acf 100644
--- a/src/core/MenuScreensCustom.cpp
+++ b/src/core/MenuScreensCustom.cpp
@@ -787,9 +787,7 @@ CMenuScreenCustom aScreens[MENUPAGES] = {
{ "FET_MTI", MENUPAGE_CONTROLLER_PC, MENUPAGE_CONTROLLER_PC, nil, nil,
MENUACTION_MOUSESENS, "FEC_MSH", { nil, SAVESLOT_NONE, MENUPAGE_MOUSE_CONTROLS },
MENUACTION_INVVERT, "FEC_IVV", { nil, SAVESLOT_NONE, MENUPAGE_MOUSE_CONTROLS },
-#ifdef INVERT_LOOK_FOR_PAD
INVERT_PAD_SELECTOR
-#endif
MENUACTION_MOUSESTEER, "FET_MST", { nil, SAVESLOT_NONE, MENUPAGE_MOUSE_CONTROLS },
MENUACTION_CHANGEMENU, "FEDS_TB", { nil, SAVESLOT_NONE, MENUPAGE_NONE },
},