removed unnecessary stuff

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1221 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent bbb7c872fb
commit 315f10002b

@ -36,7 +36,6 @@ using std::set;
AmAudioQueue::AmAudioQueue()
: AmAudio(new AmAudioSimpleFormat(CODEC_PCM16)) // we get and put in this (internal) fmt
{
sarr.clear_all();
}
AmAudioQueue::~AmAudioQueue() {

@ -58,7 +58,6 @@ struct AudioQueueEntry {
*/
class AmAudioQueue : public AmAudio {
SampleArrayShort sarr;
AmMutex inputQueue_mut;
std::list<AudioQueueEntry> inputQueue;

Loading…
Cancel
Save