removed obsolete code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5245 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-10-10 16:21:37 +00:00
parent 21dc90e580
commit 6b114db36f

View file

@ -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];