Remove unused resize-line code. When resizing multiple tracks, resize them in proportion, as per mantis 2732.

git-svn-id: svn://localhost/ardour2/branches/3.0@5213 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-06-17 22:08:51 +00:00
parent 45671f13e3
commit 9402d3f1e3
6 changed files with 51 additions and 177 deletions

View file

@ -6046,10 +6046,6 @@ Editor::set_track_height (uint32_t h)
{
TrackSelection& ts (selection->tracks);
if (ts.empty()) {
return;
}
for (TrackSelection::iterator x = ts.begin(); x != ts.end(); ++x) {
(*x)->set_height (h);
}