diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-23 22:49:32 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-23 22:49:32 +0000 |
| commit | 62847edbe7dcb223f37449d595c0543986ebc873 (patch) | |
| tree | 1f0d0c5dc2afcae331164ac01fbeb22af729c088 | |
| parent | f1bf9e72861b7eec7cc3e48c1c07e2986bef6902 (diff) | |
| download | rockbox-62847edbe7dcb223f37449d595c0543986ebc873.zip rockbox-62847edbe7dcb223f37449d595c0543986ebc873.tar.gz rockbox-62847edbe7dcb223f37449d595c0543986ebc873.tar.bz2 rockbox-62847edbe7dcb223f37449d595c0543986ebc873.tar.xz | |
Don't display wps until there is data to display (or we'll get the annoying 'end of song list' screen.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1961 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/wps.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -612,10 +612,6 @@ int wps_show(void) id3 = mpeg_current_track(); draw_screen(id3); } - else if(!id3) - { - restore = true; - } while ( 1 ) { |