From ce05addf52ed784026d9ca8397f3c2e239ff9ed4 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 15 Apr 2007 22:16:28 +0000 Subject: Revert recording/repeat timer for now. It is useful as a feature, but didn't receive enough testing on multiple targets, and fixing it is non-trivial. Later reversal would be complicated because of .lng spreading. * The patch should probably redone in a different way, as it's huge for what it does... * Issues: (1) The repeat timer setting has NULL pointer hits. (2) The multi-int setting screen breaks with proportional fonts, and with somewhat larger fonts. (3) On some targets, all values except the leftmost one are unreachable. * Hint: The timer itself would be much simpler if it'd just store & compare ticks (497 days before it wraps). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13172 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/recorder/icons.h') diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 09aadf0888..7682d44733 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -49,12 +49,6 @@ enum icons_5x8 { Icon5x8Last }; -enum icons_7x7 { - Icon_Timer, - Icon_Timer_rep, - Icon7x7Last -}; - /* If any icons are added to this enum, they must be added to the unused_but_needed enum in ../player/icons.h */ enum icons_6x8 { @@ -150,7 +144,6 @@ extern const unsigned char bitmap_formats_18x8[Format_18x8Last][18]; #endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */ extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5]; -extern const unsigned char bitmap_icons_7x7[Icon7x7Last][7]; extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6]; extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7]; extern const unsigned char bitmap_icon_disk[]; -- cgit v1.2.3