summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
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.h
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.h')
-rw-r--r--gtk2_ardour/streamview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 0bf770837f..304f38894e 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -113,7 +113,6 @@ public:
}
sigc::signal<void,RegionView*> RegionViewAdded;
- sigc::signal<void> HeightChanged;
protected:
StreamView (RouteTimeAxisView&, ArdourCanvas::Group* background_group = 0, ArdourCanvas::Group* canvas_group = 0);