summaryrefslogtreecommitdiff
path: root/apps/status.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-04-20 00:04:08 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-04-20 00:04:08 +0000
commit06860eff860ba8dfe7b5bb06c4a594f386e225cf (patch)
tree0fa652d12fd1a8d4e75f2426b1eae32e9d246680 /apps/status.h
parent984278b10ac4fd3d124a8110c0d61b01c16bf0b1 (diff)
downloadrockbox-06860eff860ba8dfe7b5bb06c4a594f386e225cf.tar.gz
rockbox-06860eff860ba8dfe7b5bb06c4a594f386e225cf.zip
Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17179 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/status.h')
-rw-r--r--apps/status.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/status.h b/apps/status.h
index f42352be8e..ac405dda5b 100644
--- a/apps/status.h
+++ b/apps/status.h
@@ -19,8 +19,6 @@
19#ifndef _STATUS_H 19#ifndef _STATUS_H
20#define _STATUS_H 20#define _STATUS_H
21 21
22extern enum playmode ff_mode;
23
24#if defined(HAVE_LCD_CHARCELLS) 22#if defined(HAVE_LCD_CHARCELLS)
25extern bool record; 23extern bool record;
26extern bool audio; 24extern bool audio;