From 7a1bf015417250205c342d5d6e9f7cfa73265439 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 8 Oct 2020 18:27:03 -0400 Subject: Undo the hacks that allowed targets without LEFT/RIGHT (UP/DN) to build. Replaced them with warnings until they are fixed *PROPERLY* Change-Id: I4425200e60f8b5224262a54f105b974cec471d22 --- firmware/target/arm/s5l8700/meizu-m3/button-target.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'firmware/target/arm/s5l8700/meizu-m3/button-target.h') diff --git a/firmware/target/arm/s5l8700/meizu-m3/button-target.h b/firmware/target/arm/s5l8700/meizu-m3/button-target.h index 93f102c410..c438628cc9 100644 --- a/firmware/target/arm/s5l8700/meizu-m3/button-target.h +++ b/firmware/target/arm/s5l8700/meizu-m3/button-target.h @@ -28,10 +28,6 @@ #define BUTTON_MENU 0x00000002 #define BUTTON_PLAY 0x00000004 -/* there are no LEFT/RIGHT buttons, but other parts of the code expect them */ -#define BUTTON_LEFT 0 -#define BUTTON_RIGHT 0 - #define BUTTON_MAIN (BUTTON_PREVNEXT|BUTTON_MENU|BUTTON_PLAY) #define POWEROFF_BUTTON BUTTON_PLAY -- cgit v1.2.3