]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_queue.hxx
cppbind.Ghost: clean up a bit
[simgear.git] / simgear / sound / sample_queue.hxx
index 781aaed50749dc0980e7e3ca529962d8b92a78ff..2b11393a97f8120d5ada97a047b05f601f2d2fd0 100644 (file)
@@ -91,7 +91,6 @@ public:
 private:
     std::string _refname;      // sample name
     std::vector<unsigned int> _buffers;
-    unsigned int _buffer;
 
     bool _playing;