From: Paul Davis Date: Fri, 20 Jan 2012 15:38:08 +0000 (+0000) Subject: rest of engine dialgo changes X-Git-Tag: 3.0-beta3~150 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=f6250a578e1e7c7aef695a6319d136ddeba7b2d0;p=ardour.git rest of engine dialgo changes git-svn-id: svn://localhost/ardour2/branches/3.0@11282 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h index 56a0722118..40384888f4 100644 --- a/gtk2_ardour/engine_dialog.h +++ b/gtk2_ardour/engine_dialog.h @@ -53,8 +53,6 @@ class EngineControl : public Gtk::VBox { Gtk::SpinButton priority_spinner; Gtk::Adjustment ports_adjustment; Gtk::SpinButton ports_spinner; - Gtk::SpinButton input_channels; - Gtk::SpinButton output_channels; Gtk::Adjustment input_latency_adjustment; Gtk::SpinButton input_latency; Gtk::Adjustment output_latency_adjustment;