Commented-out unused arguments in Stk.cpp

This commit is contained in:
Gary Scavone
2014-01-09 12:24:38 -05:00
parent 3369940892
commit 5e68ce4eeb

View File

@@ -88,7 +88,7 @@ void Stk :: setSampleRate( StkFloat rate )
} }
} }
void Stk :: sampleRateChanged( StkFloat newRate, StkFloat oldRate ) void Stk :: sampleRateChanged( StkFloat /*newRate*/, StkFloat /*oldRate*/ )
{ {
// This function should be reimplemented in classes that need to // This function should be reimplemented in classes that need to
// make internal variable adjustments in response to a global sample // make internal variable adjustments in response to a global sample