summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_object.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-01 02:18:58 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-01 02:18:58 +0000
commit2ad3940b5479c53f084769f8a1f9ade571f24155 (patch)
tree10e2defe4fa5f720bc8281975806b0e24287e212 /libs/ardour/ardour/session_object.h
parentf08a4e014d30d37ed53cbc73e4d88981f59586d7 (diff)
Oops. Actually make new Properties changes work.
git-svn-id: svn://localhost/ardour2/branches/3.0@6822 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/session_object.h')
-rw-r--r--libs/ardour/ardour/session_object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/ardour/session_object.h b/libs/ardour/ardour/session_object.h
index 3e401a66ce..715ffa0e0e 100644
--- a/libs/ardour/ardour/session_object.h
+++ b/libs/ardour/ardour/session_object.h
@@ -57,8 +57,6 @@ class SessionObject : public SessionHandleRef, public PBD::StatefulDestructible
Session& session() const { return _session; }
std::string name() const { return _name; }
- bool set_property (const PBD::PropertyBase& prop);
-
virtual bool set_name (const std::string& str) {
if (_name != str) {
_name = str;