From e7019723566d56b4cb4f5d57c995cecce00496c2 Mon Sep 17 00:00:00 2001 From: shatty Date: Mon, 19 Jan 2004 19:08:25 +0000 Subject: [PATCH] use private member function for AttachToDecoder, discard unused private static git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6144 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/media/MediaDecoder.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/headers/os/media/MediaDecoder.h b/headers/os/media/MediaDecoder.h index d00ab17b52..0249d616d2 100644 --- a/headers/os/media/MediaDecoder.h +++ b/headers/os/media/MediaDecoder.h @@ -45,8 +45,7 @@ class BMediaDecoder { BMediaDecoder(const BMediaDecoder &); BMediaDecoder & operator=(const BMediaDecoder &); - static status_t next_chunk(void *classptr, void **chunkData, size_t *chunkLen, media_header *mh); - void ReleaseDecoder(); + status_t AttachToDecoder(); BPrivate::media::Decoder *fDecoder; int32 fDecoderID;