From e9c10189e93fe53cff74ae8fa15d19b1c522d5e4 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 16 Oct 2009 19:14:41 +0000 Subject: Rework albumart buffering internally to allow for mutliple albumart sizes. Playback now has a few albumart slots. Anything (most importantly: skins) can obtain such a slot. The slot has fields for the size which is passed to bufopen then to image_load to buffer the albumart with the proper size. Currently there's 1 slot. We can increase it for remotes if we want. Custom statusbar will increase it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23209 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'apps/gui/wps.h') diff --git a/apps/gui/wps.h b/apps/gui/wps.h index 6affcee698..8c6de9e2fc 100644 --- a/apps/gui/wps.h +++ b/apps/gui/wps.h @@ -38,16 +38,6 @@ void display_keylock_text(bool locked); bool is_wps_fading(void); - -#ifdef HAVE_ALBUMART -/* - * Returns true if at least one of the gui_wps screens has an album art - * tag in its wps structure and writes the width and height into the passed - * pointers - */ -bool wps_uses_albumart(int*, int*); -#endif - #ifdef IPOD_ACCESSORY_PROTOCOL /* return length of the current ff or rewin action, IAP needs this */ int wps_get_ff_rewind_count(void); -- cgit v1.2.3