diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-02-07 04:24:21 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-02-07 04:24:21 +0000 |
commit | eed62f1657f4f2b08571f0bd2b1827f3a71dac87 (patch) | |
tree | 1023d721c59e29150f445bbba25a0e11bed4c1ae /apps/recorder/recording.h | |
parent | ff3bb3aa18e71860d644a50632088ec282968de4 (diff) |
Change the radio screen and recording screen to use the global_status structure for state. I guess global_status had been added already and I missed it. :D
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12222 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/recording.h')
-rw-r--r-- | apps/recorder/recording.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h index 1b313ecab5..a67337b9b6 100644 --- a/apps/recorder/recording.h +++ b/apps/recorder/recording.h @@ -19,7 +19,6 @@ #ifndef RECORDING_H #define RECORDING_H -bool in_recording_screen(void); bool recording_screen(bool no_source); char *rec_create_filename(char *buf); int rec_create_directory(void); |