remove register keyword

This commit is contained in:
Ariel Elkin
2014-04-05 21:39:57 +01:00
parent 4e90d3ffd2
commit eade52ff5c
6 changed files with 11 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ class PercFlut : public FM
inline StkFloat PercFlut :: tick( unsigned int )
{
register StkFloat temp;
StkFloat temp;
temp = vibrato_.tick() * modDepth_ * 0.2;
waves_[0]->setFrequency(baseFrequency_ * (1.0 + temp) * ratios_[0]);