summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-17 02:31:41 +0100
committerRobin Gareus <robin@gareus.org>2016-12-17 02:43:42 +0100
commit85e4b1d98ff72afe8b3acaf38e9c269749093207 (patch)
tree5e9eadbe74f3f551a4f8b08c1ec42c43a56628ff /gtk2_ardour/ardour_ui2.cc
parent1a25b906b3ad73b8636909ab6562b0c97374aa14 (diff)
Move selection/punch clocks to editor Sidebar
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index ffbfd2ffd9..03dc0e4a49 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -58,7 +58,6 @@
#include "global_port_matrix.h"
#include "location_ui.h"
#include "rc_option_editor.h"
-#include "time_info_box.h"
#include "pbd/i18n.h"
@@ -393,8 +392,6 @@ ARDOUR_UI::setup_transport ()
punch_button_size_group->add_widget (punch_in_button);
punch_button_size_group->add_widget (punch_out_button);
- // external widgets
- time_info_box = manage (new TimeInfoBox);
shuttle_box = manage (new ShuttleControl);
/* and now the layout... */
@@ -489,8 +486,6 @@ ARDOUR_UI::setup_transport ()
transport_table.attach (editor_visibility_button, 14, 15, 0, 1 , FILL, SHRINK, 1, 0);
transport_table.attach (mixer_visibility_button, 14, 15, 1, 2 , FILL, SHRINK, 1, 0);
- transport_table.attach (*time_info_box, 15, 16, 0, 2, SHRINK, EXPAND|FILL, 1, 0); // XXX
-
/* desensitize */
feedback_alert_button.set_sensitive (false);