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
This commit is contained in:
shatty 2004-01-19 19:08:25 +00:00
parent 907f9f5b87
commit e701972356
1 changed files with 1 additions and 2 deletions

View File

@ -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;