From: Abramo Bagnara Date: Sun, 4 Mar 2001 20:40:39 +0000 (+0000) Subject: Removed hook to not yet commited code X-Git-Tag: v1.0.3~930 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8f3ae2cf2ea748417fdc112e8dac8bc3f1f50d22;p=alsa-lib.git Removed hook to not yet commited code --- diff --git a/src/pcm/pcm_meter.c b/src/pcm/pcm_meter.c index b812de97..ffd73018 100644 --- a/src/pcm/pcm_meter.c +++ b/src/pcm/pcm_meter.c @@ -737,12 +737,6 @@ int snd_pcm_meter_open(snd_pcm_t **pcmp, const char *name, unsigned int frequenc pthread_cond_init(&meter->running_cond, NULL); #if 1 snd_pcm_meter_add_scope(pcm, &s16_scope); -#endif -#if 1 - { - extern snd_pcm_meter_scope_t level_scope; - snd_pcm_meter_add_scope(pcm, &level_scope); - } #endif return 0; }