replace old implementation of Editor::_ensure_time_axis_view_is_visible() with the...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 27 Jun 2014 14:49:05 +0000 (10:49 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 27 Jun 2014 14:49:05 +0000 (10:49 -0400)
commitc706b1c4bb172fb3622ada9da879e5c684f94a74
tree470567146b627a9e3d90973bb46c65d014fae0ac
parent242181dc104ffc8e77ccf5b777e39f2fbccd8d91
replace old implementation of Editor::_ensure_time_axis_view_is_visible() with the guts of Editor::ensure_track_is_visible(), then remove the latter.

Also change all users of ensure_track_is_visible() to use _ensure_time_axis_view_is_visible()
gtk2_ardour/editor.h
gtk2_ardour/editor_canvas.cc
gtk2_ardour/editor_ops.cc