peakmeter: Fix simulator build breakage introduced in 8cb55546

Change-Id: I86c327cf7053e71df7550b6d0673262035f95978
This commit is contained in:
Solomon Peachy 2020-07-24 17:49:54 -04:00
parent 503bb791b0
commit 5dbb757670

View file

@ -46,9 +46,7 @@
#include "pcm_record.h"
#endif
#if !(CONFIG_PLATFORM & PLATFORM_HOSTED)
static bool pm_playback = true; /* selects between playback and recording peaks */
#endif
static struct meter_scales scales[NB_SCREENS];