summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/playlist.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-20 02:03:44 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-20 02:03:44 +0000
commit7dffe671da3489206f06d57c96595d5eaabb9ec4 (patch)
tree065145156d506b7542b327750fa7210f44e97fdb /libs/ardour/ardour/playlist.h
parent3c8786f45b2e1566e9ac76f06c69c04b26f0f227 (diff)
Now that notify_length_changed() just calls
ContentsChanged, its callers can be removed or changed to just notify_contents_changed. git-svn-id: svn://localhost/ardour2/branches/3.0@11024 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/playlist.h')
-rw-r--r--libs/ardour/ardour/playlist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/playlist.h b/libs/ardour/ardour/playlist.h
index 6d7113b32b..e125905e17 100644
--- a/libs/ardour/ardour/playlist.h
+++ b/libs/ardour/ardour/playlist.h
@@ -315,7 +315,6 @@ public:
void notify_region_removed (boost::shared_ptr<Region>);
void notify_region_added (boost::shared_ptr<Region>);
- void notify_length_changed ();
void notify_layering_changed ();
void notify_contents_changed ();
void notify_state_changed (const PBD::PropertyChange&);