From 06860eff860ba8dfe7b5bb06c4a594f386e225cf Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 20 Apr 2008 00:04:08 +0000 Subject: 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 --- apps/status.c | 2 +- apps/status.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/status.c b/apps/status.c index 468ca19c13..4ca85c7a4e 100644 --- a/apps/status.c +++ b/apps/status.c @@ -50,7 +50,7 @@ #include "pcm_record.h" #endif -enum playmode ff_mode; +static enum playmode ff_mode; void status_init(void) { 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 @@ #ifndef _STATUS_H #define _STATUS_H -extern enum playmode ff_mode; - #if defined(HAVE_LCD_CHARCELLS) extern bool record; extern bool audio; -- cgit v1.2.3