From 50f96943bef6996f354aa01a0f5265cbe14764b6 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 7 Jan 2012 19:07:36 +0000 Subject: remote_detect(): move to lcd-remote.h Reorganize lcd-remote.h so it works for iaudio-m3 too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31605 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/olympus/mrobe-100/lcd-remote-target.h | 2 -- firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-target.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'firmware/target/arm') diff --git a/firmware/target/arm/olympus/mrobe-100/lcd-remote-target.h b/firmware/target/arm/olympus/mrobe-100/lcd-remote-target.h index 6226f4462e..a214690aec 100644 --- a/firmware/target/arm/olympus/mrobe-100/lcd-remote-target.h +++ b/firmware/target/arm/olympus/mrobe-100/lcd-remote-target.h @@ -21,8 +21,6 @@ #ifndef LCD_REMOTE_TARGET_H #define LCD_REMOTE_TARGET_H -bool remote_detect(void); /* returns detection status */ - void lcd_remote_backlight(bool on); bool lcd_remote_read_device(unsigned char *data); diff --git a/firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-target.h b/firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-target.h index ee3443b666..a3657490eb 100644 --- a/firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-target.h +++ b/firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-target.h @@ -26,8 +26,6 @@ void lcd_remote_powersave(bool on); -bool remote_detect(void); - #ifndef SIMULATOR void _remote_backlight_on(void); void _remote_backlight_off(void); -- cgit v1.2.3