summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/location.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-22 00:20:57 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-22 00:20:57 +0000
commitbc8a459dbec431db5489ef8826572616970062ca (patch)
treeb334d7476debd9f184d82cffc7b40f4b108945c9 /libs/ardour/ardour/location.h
parentb32efee4b3baaf306273a085416fbb79167a1858 (diff)
Clean up some location handling bits; should fix update of editor summary when session start/end is moved.
git-svn-id: svn://localhost/ardour2/branches/3.0@6948 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/location.h')
-rw-r--r--libs/ardour/ardour/location.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/location.h b/libs/ardour/ardour/location.h
index c0711e0c9b..f23d2e382a 100644
--- a/libs/ardour/ardour/location.h
+++ b/libs/ardour/ardour/location.h
@@ -93,7 +93,6 @@ class Location : public PBD::StatefulDestructible
void set_auto_loop (bool yn, void *src);
void set_hidden (bool yn, void *src);
void set_cd (bool yn, void *src);
- void set_is_session_range (bool yn, void* src);
void set_is_range_marker (bool yn, void* src);
bool is_auto_punch () const { return _flags & IsAutoPunch; }