Browse Source

movies: remove unused fields from Vorbis and Opus audio cursors

rdb 6 years ago
parent
commit
8af3e37bd2
2 changed files with 0 additions and 17 deletions
  1. 0 8
      panda/src/movies/opusAudioCursor.h
  2. 0 9
      panda/src/movies/vorbisAudioCursor.h

+ 0 - 8
panda/src/movies/opusAudioCursor.h

@@ -47,14 +47,6 @@ protected:
   OggOpusFile *_op;
 
   int _link;
-  double _byte_rate;
-  int _block_align;
-  int _bytes_per_sample;
-  bool _is_float;
-
-  std::streampos _data_start;
-  std::streampos _data_pos;
-  size_t _data_size;
 
 public:
   static TypeHandle get_class_type() {

+ 0 - 9
panda/src/movies/vorbisAudioCursor.h

@@ -50,16 +50,7 @@ protected:
 #ifndef CPPPARSER
   OggVorbis_File _ov;
 #endif
-
   int _bitstream;
-  double _byte_rate;
-  int _block_align;
-  int _bytes_per_sample;
-  bool _is_float;
-
-  std::streampos _data_start;
-  std::streampos _data_pos;
-  size_t _data_size;
 
 public:
   static TypeHandle get_class_type() {