From 95cf63b294f3cbe2d4da60f32a35c7b07c4b74a3 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 8 Jan 2012 00:07:19 +0000 Subject: button-target.h : move prototypes to button.h no need to define BUTTON_REMOTE anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31620 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/hosted/android/app/button-target.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'firmware/target/hosted/android/app/button-target.h') diff --git a/firmware/target/hosted/android/app/button-target.h b/firmware/target/hosted/android/app/button-target.h index b532c94f47..326d65872d 100644 --- a/firmware/target/hosted/android/app/button-target.h +++ b/firmware/target/hosted/android/app/button-target.h @@ -23,11 +23,7 @@ #define _BUTTON_TARGET_H_ #include -#include "config.h" -#undef button_init_device -void button_init_device(void); -int button_read_device(int *data); unsigned multimedia_to_button(int keyboard_key); unsigned dpad_to_button(int keyboard_key); void android_ignore_back_button(bool yes); @@ -61,8 +57,5 @@ void android_ignore_back_button(bool yes); #define BUTTON_BOTTOMRIGHT 0x00100000 #define BUTTON_FORCE_REDRAW 0x00200000 - -/* No remote */ -#define BUTTON_REMOTE 0 #endif /* _BUTTON_TARGET_H_ */ -- cgit v1.2.3