diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-04-22 12:48:05 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-04-22 12:48:05 +0000 |
| commit | 6bf86b799ec96c9e9d42cf9fd2e0654023eee057 (patch) | |
| tree | 5058ad261433762f22cb119b58d5b4f9732001a8 /apps | |
| parent | 54866bdc9e41b63390e77f51af2da37437159e63 (diff) | |
| download | rockbox-6bf86b799ec96c9e9d42cf9fd2e0654023eee057.zip rockbox-6bf86b799ec96c9e9d42cf9fd2e0654023eee057.tar.gz rockbox-6bf86b799ec96c9e9d42cf9fd2e0654023eee057.tar.bz2 rockbox-6bf86b799ec96c9e9d42cf9fd2e0654023eee057.tar.xz | |
Ooooops, fix warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13243 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/gui/gwps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index ed653a8..5d91de2 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -610,7 +610,6 @@ long gui_wps_show(void) if (update_track) { - bool update_failed = false; FOR_NB_SCREENS(i) { if(update(&gui_wps[i])) |