From 6b114db36f038e946d43449ae0b3f28fe2edc9b0 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sun, 10 Oct 2004 16:21:37 +0000 Subject: removed obsolete code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5245 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/recorder') diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 34e22965a2..73c7f78509 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -192,12 +192,6 @@ int rec_create_directory(void) bool recording_screen(void) { -/* -#if CONFIG_KEYPAD != RECORDER_PAD - splash(HZ*2, true, "Recording not supported yet"); - return false; -#else -*/ int button; bool done = false; char buf[32]; -- cgit