module-equalizer-sink: remove erroneous fixme

pa_memblockq_drop is guaranteed to drop the chunk we just extracted from the
memblockq which internally unrefs the chunk.
This commit is contained in:
Jason Newton 2014-12-05 08:38:31 +00:00 committed by David Henningsson
parent 7201c9be98
commit 162adb9873

View file

@ -674,8 +674,6 @@ END:
pa_assert(chunk->memblock);
pa_memblockq_drop(u->output_q, chunk->length);
/** FIXME: Uh? you need to unref the chunk here! */
//pa_log_debug("gave %ld", chunk->length/fs);
//pa_log_debug("end pop");
return 0;