From 9c86ac29839ffb8939b5019f2578cfc60dead654 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 2 Jan 2019 10:04:31 -0500 Subject: Fix compile wanings in pacbox and invadrox introduced in d4942cc Change-Id: I5d599d4b25207dcf03ed3f4be76d10907d36a99b --- apps/plugins/invadrox.c | 2 -- apps/plugins/pacbox/pacbox.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'apps') diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c index 8ef674a74a..d3feb236cc 100644 --- a/apps/plugins/invadrox.c +++ b/apps/plugins/invadrox.c @@ -272,8 +272,6 @@ CONFIG_KEYPAD == MROBE500_PAD #define QUIT BUTTON_POWER #define FIRE BUTTON_MENU -#elif CONFIG_KEYPAD == IHIFI2_PAD - #elif CONFIG_KEYPAD == IHIFI_770_PAD #define QUIT BUTTON_POWER diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index eb97d828e2..1310e90b93 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -363,8 +363,6 @@ #define PACMAN_1UP BUTTON_VOLUP #define PACMAN_COIN BUTTON_VOLDOWN -#elif CONFIG_KEYPAD == IHIFI2_PAD - #elif CONFIG_KEYPAD == IHIFI_770_PAD #define PACMAN_UP BUTTON_PREV #define PACMAN_DOWN BUTTON_NEXT -- cgit v1.2.3