summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-04-07 21:47:58 +0000
committerJens Arnold <amiconn@rockbox.org>2008-04-07 21:47:58 +0000
commit9c32dde82c5018fe28abad84f62e449ca0d90958 (patch)
tree066e4d83ef67eee8fb426e58cf1c2e86f0359d66 /apps
parentece03129b66e4b4843287935a0ed1fb2ed0e3102 (diff)
downloadrockbox-9c32dde82c5018fe28abad84f62e449ca0d90958.tar.gz
rockbox-9c32dde82c5018fe28abad84f62e449ca0d90958.zip
This TODO is no longer todo...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17029 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/lib/grey.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h
index 7bb8c5ff98..81912b1995 100644
--- a/apps/plugins/lib/grey.h
+++ b/apps/plugins/lib/grey.h
@@ -48,7 +48,6 @@
48#define GREY_BUFFERED 0x0001 /* Use a chunky buffer */ 48#define GREY_BUFFERED 0x0001 /* Use a chunky buffer */
49#define GREY_RAWMAPPED 0x0002 /* No gamma & LCD linearisation */ 49#define GREY_RAWMAPPED 0x0002 /* No gamma & LCD linearisation */
50#define GREY_ON_COP 0x0004 /* Run ISR on COP (PP targets) */ 50#define GREY_ON_COP 0x0004 /* Run ISR on COP (PP targets) */
51 /* TODO: only usable in conjunction with GREY_INFO_STRUCT_IRAM atm */
52 51
53/* Library initialisation and release */ 52/* Library initialisation and release */
54bool grey_init(struct plugin_api* newrb, unsigned char *gbuf, long gbuf_size, 53bool grey_init(struct plugin_api* newrb, unsigned char *gbuf, long gbuf_size,