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)
update();
}
float revmodel::getmode()
{
if (mode >= freezemode)
return 1;
else
return 0;
}
//ends
......@@ -33,7 +33,6 @@ public:
void setwidth(float value);
float getwidth();
void setmode(float value);
float getmode();
private:
void update();
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