summaryrefslogtreecommitdiff
path: root/gtk2_ardour/au_pluginui.mm
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-12-02 01:38:14 +0100
committerRobin Gareus <robin@gareus.org>2018-12-02 01:38:14 +0100
commitc8d08338df37a30a30ab2064f31e893f08d452dd (patch)
tree2a1b779453dfd4d09b30d2a28b52a45d97df443e /gtk2_ardour/au_pluginui.mm
parentae4604a24b765bf23148305438097f35b5e5fb48 (diff)
GUI Updates for plugin save/delete operations
Diffstat (limited to 'gtk2_ardour/au_pluginui.mm')
-rw-r--r--gtk2_ardour/au_pluginui.mm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gtk2_ardour/au_pluginui.mm b/gtk2_ardour/au_pluginui.mm
index 00bbcbda1b..1a80837acf 100644
--- a/gtk2_ardour/au_pluginui.mm
+++ b/gtk2_ardour/au_pluginui.mm
@@ -409,12 +409,9 @@ AUPluginUI::AUPluginUI (boost::shared_ptr<PluginInsert> insert)
smaller_hbox->pack_start (_preset_modified, false, false);
smaller_hbox->pack_start (_preset_combo, false, false);
smaller_hbox->pack_start (add_button, false, false);
-#if 0
- /* Ardour does not currently allow to overwrite existing presets
- * see save_property_list() in audio_unit.cc
- */
smaller_hbox->pack_start (save_button, false, false);
-#endif
+ smaller_hbox->pack_start (delete_button, false, false);
+
#if 0
/* one day these might be useful with an AU plugin, but not yet */
smaller_hbox->pack_start (automation_mode_label, false, false);