summaryrefslogtreecommitdiff
path: root/libs/ardour/template_utils.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-02 18:13:20 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-02 18:13:20 +0000
commitc21479a3aae97923e1c5f2e784784b28f8cf883e (patch)
tree543b028e185b3fb08b1f430186be3eed75119c44 /libs/ardour/template_utils.cc
parent8f5de18c75ec803410b78aa302c77bfca457ff64 (diff)
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
Diffstat (limited to 'libs/ardour/template_utils.cc')
-rw-r--r--libs/ardour/template_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/template_utils.cc b/libs/ardour/template_utils.cc
index 93bfd46972..ae7f653fb8 100644
--- a/libs/ardour/template_utils.cc
+++ b/libs/ardour/template_utils.cc
@@ -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();