diff options
author | Michael Hohmuth <sideral@rockbox.org> | 2011-05-09 13:07:04 +0000 |
---|---|---|
committer | Michael Hohmuth <sideral@rockbox.org> | 2011-05-09 13:07:04 +0000 |
commit | 0b59079dd2b7b316311b1e0d25aff9d8279fed68 (patch) | |
tree | 373f0fe128ca608e1ec66b9ea990e05d551e358b /apps | |
parent | 84301c1e2de731099222dee991af8ef957cfecc5 (diff) |
Fix a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29845 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/gui/wps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c index cf6ec2deb4..5404d70638 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -121,7 +121,6 @@ char* wps_default_skin(enum screen_type screen) void pause_action(bool may_fade, bool updatewps) { - int32_t newpos; if (may_fade && global_settings.fade_on_stop) fade(false, updatewps); else |