summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.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 /gtk2_ardour/region_view.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 'gtk2_ardour/region_view.cc')
-rw-r--r--gtk2_ardour/region_view.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/region_view.cc b/gtk2_ardour/region_view.cc
index 11105a8d9d..a88f821693 100644
--- a/gtk2_ardour/region_view.cc
+++ b/gtk2_ardour/region_view.cc
@@ -204,7 +204,6 @@ void
RegionView::region_changed (Change what_changed)
{
ENSURE_GUI_THREAD (bind (mem_fun(*this, &RegionView::region_changed), what_changed));
- cerr << "RegionView::region_changed () outline_everything = " << outline_everything << endl;
if (what_changed & BoundsChanged) {
region_resized (what_changed);
@@ -228,11 +227,6 @@ RegionView::region_changed (Change what_changed)
if (what_changed & Region::LockChanged) {
region_locked ();
}
- if ((what_changed & LengthChanged) && outline_everything) {
- frame->property_outline_what() = 0x1 | 0x2 | 0x4 | 0x8;// == 0x15 == all four sides
- outline_everything = false;
- cerr << "RegionView::region_changed () what_changed = " << what_changed << endl;
- }
}
void