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:
Adam Sampson 2021-08-01 14:09:24 +01:00 committed by Robin Gareus
parent 002f7f76e2
commit d9aaae3614
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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;