Add ARDOUR::ladspa_search_path function to get LADSPA module directories
[ardour.git] / libs / ardour / ardour / vst_plugin.h
index d9cfd87badece440e2517563e45692f6f4bc3c5c..7ca973cbb70d896fc729cff010ea877f2af9f8ee 100644 (file)
@@ -73,7 +73,6 @@ public:
        
        AEffect * plugin () const { return _plugin; }
        VSTState * state () const { return _state; }
-        void set_state (VSTState* s) { _state = s; }
 
        int set_state (XMLNode const &, int);