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

@@ -73,7 +73,7 @@ class BeeThree : public FM
inline StkFloat BeeThree :: tick( unsigned int )
{
register StkFloat temp;
StkFloat temp;
if ( modDepth_ > 0.0 ) {
temp = 1.0 + ( modDepth_ * vibrato_.tick() * 0.1 );