summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-18 01:51:02 +0200
committerRobin Gareus <robin@gareus.org>2017-08-18 02:38:25 +0200
commitf85c320759e0fb8d95ea29982d6e3d94646b5de4 (patch)
tree15b007b02f45d0bff12950c33cae77a064e020a6 /gtk2_ardour/add_route_dialog.h
parentbfee5a65d2678e5a17677b3480a97656f196c533 (diff)
Push user track-templates to the template list
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index 0daef1048e..920113f275 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -75,7 +75,6 @@ public:
std::string name_template () const;
bool name_template_is_default () const;
- std::string track_template ();
ARDOUR::PluginInfoPtr requested_instrument ();
ARDOUR::TrackMode mode();
@@ -108,8 +107,6 @@ private:
Gtk::ComboBoxText insert_at_combo;
Gtk::ComboBoxText strict_io_combo;
- std::vector<ARDOUR::TemplateInfo> route_templates;
-
void track_type_chosen ();
void refill_channel_setups ();
void refill_route_groups ();
@@ -152,7 +149,6 @@ private:
struct ChannelSetup {
std::string name;
- std::string template_path;
uint32_t channels;
};