summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/location.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-11 16:31:14 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:12 -0400
commit8488d8f6a53d3385893a435481cb60ed21c21ea0 (patch)
treea3c0bfa5c470b35f52c3d1d1ec8bd9f9cf334565 /libs/ardour/ardour/location.h
parentfb89ff46431af7545ab14081f3257455367f95c1 (diff)
remove unnecessary and unused changes from grygorii
Diffstat (limited to 'libs/ardour/ardour/location.h')
-rw-r--r--libs/ardour/ardour/location.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ardour/ardour/location.h b/libs/ardour/ardour/location.h
index b251783284..7a6832eb2d 100644
--- a/libs/ardour/ardour/location.h
+++ b/libs/ardour/ardour/location.h
@@ -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 ();