summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2008-05-23 07:04:02 +0000
committerDoug McLain <doug@nostar.net>2008-05-23 07:04:02 +0000
commitb7f48adb562e7e5a6ba88882f7d97110790aa8b1 (patch)
tree0a8f95f1a0b64b02ed77e7885cffe30a3ff5cfe6 /libs/ardour/region.cc
parent07f2210880c4725f4c2ba5ebddbeadbd60a4e491 (diff)
remove autostools files that should be there, and remove WIP stuff that shouldnt be there either
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3405 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index 769410627c..d999c59e97 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -190,7 +190,7 @@ Region::set_name (string str)
void
Region::set_length (nframes_t len, void *src)
{
- cerr << "Region::set_length() len = " << len << endl;
+ //cerr << "Region::set_length() len = " << len << endl;
if (_flags & Locked) {
return;
}