summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/transport_master.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-03-03 10:12:08 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-03-03 10:12:08 -0700
commit86cac3768049693519fd9119198030f9c2e69ac3 (patch)
tree9b660ae7df71ed7f19ccf5aa11fff11e8e26f855 /libs/ardour/ardour/transport_master.h
parent84aedbb532c46054f200d7312334da7c17776b8e (diff)
removed _locked property from TransportMaster (it's a method, not a property)
Diffstat (limited to 'libs/ardour/ardour/transport_master.h')
-rw-r--r--libs/ardour/ardour/transport_master.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/transport_master.h b/libs/ardour/ardour/transport_master.h
index 98f8efae88..9ddc70c670 100644
--- a/libs/ardour/ardour/transport_master.h
+++ b/libs/ardour/ardour/transport_master.h
@@ -358,7 +358,6 @@ class LIBARDOUR_API TransportMaster : public PBD::Stateful {
bool _pending_collect;
bool _removeable;
PBD::Property<TransportRequestType> _request_mask; /* lists transport requests still accepted when we're in control */
- PBD::Property<bool> _locked;
PBD::Property<bool> _sclock_synced;
PBD::Property<bool> _collect;
PBD::Property<bool> _connected;