Commit 5e85b2af authored by Laurent Aimar's avatar Laurent Aimar

Removed unused function in spatializer.

parent fb9e6029
...@@ -254,12 +254,4 @@ void revmodel::setmode(float value) ...@@ -254,12 +254,4 @@ void revmodel::setmode(float value)
update(); update();
} }
float revmodel::getmode()
{
if (mode >= freezemode)
return 1;
else
return 0;
}
//ends //ends
...@@ -33,7 +33,6 @@ public: ...@@ -33,7 +33,6 @@ public:
void setwidth(float value); void setwidth(float value);
float getwidth(); float getwidth();
void setmode(float value); void setmode(float value);
float getmode();
private: private:
void update(); void update();
private: private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment