From dec6b1612e953c6029d963ff55d2b4a669b60f43 Mon Sep 17 00:00:00 2001
From: Eric Wong <normalperson@yhbt.net>
Date: Sun, 13 Apr 2008 01:16:03 +0000
Subject: Stop passing our single DecoderControl object everywhere

This at least makes the argument list to a lot of our plugin
functions shorter and removes a good amount of line nois^W^Wcode,
hopefully making things easier to read and follow.

git-svn-id: https://svn.musicpd.org/mpd/trunk@7353 09075e82-0dd4-0310-85a5-a0d7c8717e4f
---
 src/outputBuffer.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/outputBuffer.h')

diff --git a/src/outputBuffer.h b/src/outputBuffer.h
index d53fe617f..03260e440 100644
--- a/src/outputBuffer.h
+++ b/src/outputBuffer.h
@@ -91,7 +91,6 @@ OutputBufferChunk * outputBufferGetChunk(const OutputBuffer * cb, unsigned i);
    send the next chunk */
 int sendDataToOutputBuffer(OutputBuffer * cb,
 			   InputStream * inStream,
-			   DecoderControl * dc,
 			   int seekable,
 			   void *data,
 			   size_t datalen,
-- 
cgit v1.2.3