mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
remove unneeded code in line_drag that was probably copy/pasted from control_point_drag (Ben Loftis, backported from 2.X)
git-svn-id: svn://localhost/ardour2/branches/3.0@4717 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8f5de18c75
commit
c21479a3aa
2 changed files with 3 additions and 1 deletions
|
|
@ -282,6 +282,8 @@ AutomationList::serialize_events ()
|
|||
XMLNode* node = new XMLNode (X_("events"));
|
||||
stringstream str;
|
||||
|
||||
str.precision(15); //10 digits is enough digits for 24 hours at 96kHz
|
||||
|
||||
for (iterator xx = _events.begin(); xx != _events.end(); ++xx) {
|
||||
str << (double) (*xx)->when;
|
||||
str << ' ';
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ find_route_templates (vector<RouteTemplateInfo>& template_names)
|
|||
XMLTree tree;
|
||||
|
||||
if (!tree.read (fullpath.c_str())) {
|
||||
continue;
|
||||
continue;
|
||||
}
|
||||
|
||||
XMLNode* root = tree.root();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue