summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpcodecs/vd_qtvideo.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpcodecs/vd_qtvideo.c b/libmpcodecs/vd_qtvideo.c
index 2a7cf35ec7..e67549933c 100644
--- a/libmpcodecs/vd_qtvideo.c
+++ b/libmpcodecs/vd_qtvideo.c
@@ -66,12 +66,6 @@ static ComponentResult (*ImageCodecBeginBand)(ComponentInstance ci,
CodecDecompressParams * params,
ImageSubCodecDecompressRecord * drp,
long flags);
-static ComponentResult (*ImageCodecDrawBand)(ComponentInstance ci,
- ImageSubCodecDecompressRecord * drp);
-static ComponentResult (*ImageCodecEndBand)(ComponentInstance ci,
- ImageSubCodecDecompressRecord * drp,
- OSErr result,
- long flags);
static ComponentResult (*ImageCodecGetCodecInfo)(ComponentInstance ci,
CodecInfo * info);
static ComponentResult (*ImageCodecPreDecompress)(ComponentInstance ci,