Removed hook to not yet commited code

This commit is contained in:
Abramo Bagnara 2001-03-04 20:40:39 +00:00
parent bbaeb29a74
commit 8f3ae2cf2e

View 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;
}