summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-13 20:57:56 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-13 20:57:56 +0000
commit977f0e4dce143780578db739dc4ffd4cdb42371a (patch)
tree4050044cf7c7a02332744a9318ec08a0243b734f /gtk2_ardour/route_time_axis.h
parent4a174039ae3282882dd0b06f7f7689bed97e211a (diff)
Remove unused variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@12711 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index e0bbf2c02a..cab1ad940b 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -306,7 +306,6 @@ protected:
typedef std::list<RouteTimeAxisView*> UnderlayMirrorList;
UnderlayMirrorList _underlay_mirrors;
- bool _ignore_track_mode_change; ///< true to ignore track mode change signals
bool _ignore_set_layer_display;
private: