From 727eab12b37f1ed622a15532b5824c82aad2614e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 Dec 2005 08:44:09 +0000 Subject: fix yellow build by removing a static unused variable from the simulator build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8125 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/peakmeter.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/recorder/peakmeter.c b/apps/recorder/peakmeter.c index a77fea770e..fbd206bdf8 100644 --- a/apps/recorder/peakmeter.c +++ b/apps/recorder/peakmeter.c @@ -39,9 +39,13 @@ #ifdef HAVE_RECORDING #include "pcm_record.h" #endif + +#ifndef SIMULATOR /* this is not used in the sim */ static bool pm_playback = true; /* selects between playback and recording peaks */ #endif +#endif + #if !defined(SIMULATOR) && CONFIG_CODEC != SWCODEC /* Data source */ static int pm_src_left = MAS_REG_DQPEAK_L; -- cgit v1.2.3