Small cleanups.
authorCarl Hetherington <carl@carlh.net>
Wed, 25 Aug 2010 17:31:49 +0000 (17:31 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 25 Aug 2010 17:31:49 +0000 (17:31 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7683 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/session.h
libs/ardour/session.cc
libs/pbd/pbd/sequence_property.h

index 4e3b025a4b860d276d12d4abdd7ddf0c0d9bd329..c408714c94728b4a0e63aca37d7c7467a3ed8b1b 100644 (file)
@@ -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);
index bfbe1f1312f172f97f6b7daf4cb6276a3f11a98e..ee475c0f326c0d05e56469a8627782e84dd7162e 100644 (file)
@@ -3960,26 +3960,6 @@ Session::goto_start ()
        }
 }
 
-void
-Session::set_session_start (nframes_t start)
-{
-       if (_session_range_location) {
-               _session_range_location->set_start (start);
-       } else {
-               add_session_range_location (start, start);
-       }
-}
-             
-void
-Session::set_session_end (nframes_t end)
-{
-       if (_session_range_location) {
-               _session_range_location->set_end (end);
-       } else {
-               add_session_range_location (end, end);
-       }
-}
-
 nframes_t
 Session::current_start_frame () const
 {
index e92aa5c68e89126bf895a7ac65be3c605981173d..00774104216974126ff48e85ebbf1372864b2789 100644 (file)
@@ -216,8 +216,6 @@ class SequenceProperty : public PropertyBase
                }
        }
 
-               
-
         Container rlist() { return _val; }
 
        /* Wrap salient methods of Sequence