From 05042affc76ec42481bcddba4a3f94a7b77ec98d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 1 Oct 2005 10:20:55 +0000 Subject: Core: A graphics framework can now register a hook function to extend the core screendump routine. * Grayscale library: (1) Changed the screendump routine into a hook, and implemented it for H1x0. (2) The planar pixel setting routines now use one register less. Fixes build problem with developer builds (frame pointers enabled) on coldfire. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7574 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/gray.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugins/lib/gray.h') diff --git a/apps/plugins/lib/gray.h b/apps/plugins/lib/gray.h index f1007984b5..dadac9298f 100644 --- a/apps/plugins/lib/gray.h +++ b/apps/plugins/lib/gray.h @@ -42,7 +42,6 @@ void gray_release(void); /* Special functions */ void gray_show(bool enable); void gray_deferred_lcd_update(void); -void gray_screendump(void); /* Update functions */ void gray_update(void); -- cgit v1.2.3