From 323d75d25f58f6e13c91fe1c42e974cc6fb54c19 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 3 Apr 2007 18:06:13 +0000 Subject: It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the simulator. * Removed a stray lcd_icon() call from usb handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13006 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/export/lcd.h') diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 68f0961a5c..40e5129ad3 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -28,7 +28,6 @@ #define STYLE_INVERT 1 #ifdef SIMULATOR -#define lcd_icon(x,y) sim_lcd_icon(x,y) #ifndef MAX_PATH #define MAX_PATH 260 #endif -- cgit v1.2.3