summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-09-30 20:18:10 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-12-01 21:12:12 +1000
commitd6943a340686c01d4e34fff79f933e102725a24c (patch)
tree49c6df57d1c379049f7083db6ce35f0882e50c49 /gtk2_ardour/time_axis_view_item.h
parentc292cd95ac7d8dbdf34b7f84e6a24f4c312f8710 (diff)
Remove unused vestigial frame member of TimeAxisViewItem
Diffstat (limited to 'gtk2_ardour/time_axis_view_item.h')
-rw-r--r--gtk2_ardour/time_axis_view_item.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/time_axis_view_item.h b/gtk2_ardour/time_axis_view_item.h
index af08d9da33..63cc56411c 100644
--- a/gtk2_ardour/time_axis_view_item.h
+++ b/gtk2_ardour/time_axis_view_item.h
@@ -210,9 +210,6 @@ class TimeAxisViewItem : public Selectable, public PBD::ScopedConnectionList
/** true if the name should respond to events */
bool name_connected;
- /** true if a small vestigial rect should be shown when the item gets very narrow */
- bool show_vestigial;
-
uint32_t fill_color;
uint32_t last_item_width;
@@ -221,7 +218,6 @@ class TimeAxisViewItem : public Selectable, public PBD::ScopedConnectionList
bool high_enough_for_name;
ArdourCanvas::Container* group;
- ArdourCanvas::Rectangle* vestigial_frame;
ArdourCanvas::Rectangle* frame;
ArdourCanvas::Rectangle* selection_frame;
ArdourCanvas::Text* name_text;