summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-18 02:06:58 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-18 02:06:58 +0000
commit9c4f5ac000ad91b55e4cf91317b7a89f6239870e (patch)
tree4ea4280fc27c791121aa5b0752a8844fd344d1b1 /gtk2_ardour/streamview.cc
parenta8e019c9e0a0fcbbe9aa75f25dba90ca1a5eda2b (diff)
Remove unnecessary height changed notification for streamviews, now that the summary doesn't need to know.
git-svn-id: svn://localhost/ardour2/branches/3.0@7277 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.cc')
-rw-r--r--gtk2_ardour/streamview.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/streamview.cc b/gtk2_ardour/streamview.cc
index eadaa29af8..2be8e9bfe2 100644
--- a/gtk2_ardour/streamview.cc
+++ b/gtk2_ardour/streamview.cc
@@ -136,8 +136,6 @@ StreamView::set_height (double h)
canvas_rect->property_y2() = height;
update_contents_height ();
- HeightChanged ();
-
return 0;
}