summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.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/time_axis_view_item.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/time_axis_view_item.cc')
-rw-r--r--gtk2_ardour/time_axis_view_item.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk2_ardour/time_axis_view_item.cc b/gtk2_ardour/time_axis_view_item.cc
index d119738657..df48fe9c24 100644
--- a/gtk2_ardour/time_axis_view_item.cc
+++ b/gtk2_ardour/time_axis_view_item.cc
@@ -1049,11 +1049,3 @@ TimeAxisViewItem::idle_remove_this_item(TimeAxisViewItem* item, void* src)
return false;
}
-void
-TimeAxisViewItem::outline_entire_box ()
-{
- cerr << "TimeAxisViewItem::outline_entire_box () called: " << this << endl;
- outline_everything = true;
- //frame->property_outline_what() = 0x1 | 0x2 | 0x3 | 0x4;
-}
-