13
0

Remove unused variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@12711 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-13 20:57:56 +00:00
parent 4a174039ae
commit 977f0e4dce

View File

@ -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: