remove unused function
This commit is contained in:
@@ -14,7 +14,6 @@ class CTRFF_API BCSTM {
|
|||||||
void CleanUp();
|
void CleanUp();
|
||||||
void ReadGotoBeginning(bool use_loop_beg = false);
|
void ReadGotoBeginning(bool use_loop_beg = false);
|
||||||
void ReadBlock(PD::u32 block, PD::u8* ref);
|
void ReadBlock(PD::u32 block, PD::u8* ref);
|
||||||
PD::u32 LeseZeiger() { return pFile.tellg(); }
|
|
||||||
|
|
||||||
/** Some useful Getters */
|
/** Some useful Getters */
|
||||||
PD::u8 GetNumChannels() const { return pInfoBlock.StreamInfo.ChannelCount; }
|
PD::u8 GetNumChannels() const { return pInfoBlock.StreamInfo.ChannelCount; }
|
||||||
|
|||||||
Reference in New Issue
Block a user