Remove an unused variable

This commit is contained in:
ehofman
2003-06-03 19:37:21 +00:00
parent a1a596b02a
commit 5167dee0e3

View File

@@ -92,7 +92,7 @@ void SGSimpleSound::play( slScheduler *sched, bool looped ) {
sched->addSampleEnvelope(sample, 0, 1, volume_envelope, SL_VOLUME_ENVELOPE);
}
void SGSimpleSound::stop( slScheduler *sched, bool quick ) {
void SGSimpleSound::stop( slScheduler *sched ) {
sched->stopSample( sample );
}