]> git.sesse.net Git - vlc/commitdiff
Removed unused function in spatializer.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 1 Jul 2009 19:23:58 +0000 (21:23 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 1 Jul 2009 19:24:36 +0000 (21:24 +0200)
modules/audio_filter/spatializer/revmodel.cpp
modules/audio_filter/spatializer/revmodel.hpp

index 6fe0f93a54da1c53a2bcd9e1cc42ff4081564a0f..f50c87b0d117d84ac09eb01d5d8c7908e261e8ba 100644 (file)
@@ -254,12 +254,4 @@ void revmodel::setmode(float value)
     update();
 }
 
-float revmodel::getmode()
-{
-    if (mode >= freezemode)
-        return 1;
-    else
-        return 0;
-}
-
 //ends
index b00a2dd296a7429ac8d7c569554b20c9af9fc826..cdf732d0a7931f28a575ff78842c8f13049deba0 100644 (file)
@@ -33,7 +33,6 @@ public:
     void    setwidth(float value);
     float    getwidth();
     void    setmode(float value);
-    float    getmode();
 private:
     void    update();
 private: