]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Removed hook to not yet commited code
authorAbramo Bagnara <abramo@alsa-project.org>
Sun, 4 Mar 2001 20:40:39 +0000 (20:40 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Sun, 4 Mar 2001 20:40:39 +0000 (20:40 +0000)
src/pcm/pcm_meter.c

index b812de9707afaa2d86619b746f63eece99eb161e..ffd73018b7c68dc98ca082b307f57f5da74e703a 100644 (file)
@@ -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;
 }