From 6952f03a7dfef2424164762ecd98fb128b7e44eb Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Mon, 19 Jun 2006 01:47:45 +0000 Subject: Update for Rockboy: - fix scaling for other color screens than H300 - full menu rewrite to display choices properly - some small tweaks to code - some formatting updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10137 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockboy/rc.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'apps/plugins/rockboy/rc.h') diff --git a/apps/plugins/rockboy/rc.h b/apps/plugins/rockboy/rc.h index 217b05f5c6..cb65d2a7cc 100644 --- a/apps/plugins/rockboy/rc.h +++ b/apps/plugins/rockboy/rc.h @@ -1,11 +1,6 @@ - - - #ifndef __RC_H__ #define __RC_H__ - - typedef enum rctype { rcv_end, @@ -65,7 +60,3 @@ void rc_dokey(int key, int st); int rc_command(char *line); #endif - - - - -- cgit v1.2.3