removed obsolete code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5245 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
21dc90e580
commit
6b114db36f
1 changed files with 0 additions and 6 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue