summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-25 17:31:49 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-25 17:31:49 +0000
commit803f3a6a307bea4bdd804041a0e0a846f48938ee (patch)
treef1b4e9039265f2e9cb4708b741c2c9af9351983f /libs/ardour/ardour
parentfde848282d43db6f7b337a959b5268236d377404 (diff)
Small cleanups.
git-svn-id: svn://localhost/ardour2/branches/3.0@7683 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 4e3b025a4b..c408714c94 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -297,8 +297,6 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
nframes_t last_transport_start() const { return _last_roll_location; }
void goto_end ();
void goto_start ();
- void set_session_start (nframes_t);
- void set_session_end (nframes_t);
void use_rf_shuttle_speed ();
void allow_auto_play (bool yn);
void request_transport_speed (double speed);