From 43df8374e53b633caf02cdce8dba16b48875359d Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 2 Apr 2008 10:07:22 +0000 Subject: remove some really old and out of date code... (drawing API changed about 3 times since this code was last touched) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16929 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps') diff --git a/apps/playlist.c b/apps/playlist.c index b68a47e75d..6ab9f3f647 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -538,12 +538,6 @@ static int add_indices_to_playlist(struct playlist_info* playlist, if(playlist->fd < 0) return -1; /* failure */ -#ifdef HAVE_LCD_BITMAP - if(global_settings.statusbar) - lcd_setmargins(0, STATUSBAR_HEIGHT); - else - lcd_setmargins(0, 0); -#endif gui_syncsplash(0, ID2P(LANG_WAIT)); if (!buffer) -- cgit v1.2.3