From 8f3ae2cf2ea748417fdc112e8dac8bc3f1f50d22 Mon Sep 17 00:00:00 2001 From: Abramo Bagnara Date: Sun, 4 Mar 2001 20:40:39 +0000 Subject: [PATCH] Removed hook to not yet commited code --- src/pcm/pcm_meter.c | 6 ------ 1 file changed, 6 deletions(-) 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; } -- 2.47.1