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
This commit is contained in:
parent
dd88663fe0
commit
43df8374e5
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue