remove unnecessary and unused changes from grygorii
[ardour.git] / libs / ardour / ardour / location.h
index b2517832846f853d521d9ec13810552bfa2d98ac..7a6832eb2d5721c1357574f604c36d3e7317ffc1 100644 (file)
@@ -124,7 +124,6 @@ class LIBARDOUR_API Location : public SessionHandleRef, public PBD::StatefulDest
        */
 
        PBD::Signal0<void> Changed;
-       void set_block_change_notifications (bool yn) {_block_change_notifications = yn;}
     
        PBD::Signal0<void> NameChanged;
        PBD::Signal0<void> EndChanged;
@@ -158,8 +157,6 @@ class LIBARDOUR_API Location : public SessionHandleRef, public PBD::StatefulDest
        PositionLockStyle  _position_lock_style;
        boost::shared_ptr<SceneChange> _scene_change;
     
-       bool _block_change_notifications; // required for group operations
-
        void set_mark (bool yn);
        bool set_flag_internal (bool yn, Flags flag);
        void recompute_bbt_from_frames ();