mirror of
https://github.com/thestk/stk
synced 2026-01-14 21:41:53 +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
|
||||
// make internal variable adjustments in response to a global sample
|
||||
|
||||
Reference in New Issue
Block a user