summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-12 04:07:29 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-12 04:07:29 +0000
commitf269d7c56e3b1621322bcee47f0b2bb60920824c (patch)
tree3274e5e7354392f0344fcd571429be175a8a4fbf /gtk2_ardour/time_axis_view.h
parente40a8b384b085a76f5f91aa5c43fb5d580bb5032 (diff)
various tweaks to get 80% Of the way to proper use of TimeAxisView::name_label and TimeAxisView::name_entry. Not done yet, since the entry sometimes loses focus and cannot be hidden.
git-svn-id: svn://localhost/ardour2/branches/3.0@13836 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 26da869ee5..958b0b55dd 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -281,7 +281,6 @@ class TimeAxisView : public virtual AxisView
virtual void selection_click (GdkEventButton*);
bool _hidden;
- bool _has_state;
bool in_destructor;
NamePackingBits name_packing;