Remove two obsolete prototypes from LV2Plugin.
save_preset and remove_preset were removed in 40c162d609
("Move
RDF-based preset stuff ..."), but the prototypes were left behind.
This commit is contained in:
parent
002f7f76e2
commit
d9aaae3614
@ -138,8 +138,6 @@ class LIBARDOUR_API LV2Plugin : public ARDOUR::Plugin, public ARDOUR::Workee
|
||||
void set_state_dir (const std::string& d = "");
|
||||
|
||||
int set_state (const XMLNode& node, int version);
|
||||
bool save_preset (std::string uri);
|
||||
void remove_preset (std::string uri);
|
||||
bool load_preset (PresetRecord);
|
||||
std::string current_preset () const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user