mirror of
https://github.com/thestk/stk
synced 2026-02-07 09:46:16 +00:00
Commented-out unused arguments in Stk.cpp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user