summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-05-12 11:30:12 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-05-12 11:34:38 -0600
commit156a31ac4fac4c57bcbb197a5a6b72fcbeb3776f (patch)
tree26461506c5a859333a50ffd2370865e4fb9c8087 /libs/ardour/ardour/session.h
parentd39ae0ea922f4ada2999ea62c301a3034f9ee1b2 (diff)
remove Session::loop_changing
Since we now (correctly) do not locate for loop changes, this member is unnecessary
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index a54166937e..2447b09f99 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1452,7 +1452,6 @@ private:
*/
pframes_t _pframes_since_last_mtc;
bool play_loop;
- bool loop_changing;
samplepos_t last_loopend;
boost::scoped_ptr<SessionDirectory> _session_dir;