summaryrefslogtreecommitdiff
path: root/libs/ardour/ticker.cc
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-12-01 03:51:17 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-12-01 03:51:17 +0000
commitfbc248d70c516f79c48bfdcdcf2ac8eb8604316c (patch)
treea967762185fc026df303ce51f7e2f88a74c301ba /libs/ardour/ticker.cc
parent4c1aa58846f0616257e5148817c6d71e60a2b62b (diff)
* minor cleanup
git-svn-id: svn://localhost/ardour2/branches/3.0@4277 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ticker.cc')
-rw-r--r--libs/ardour/ticker.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/ticker.cc b/libs/ardour/ticker.cc
index ff367c0e58..615ce659cf 100644
--- a/libs/ardour/ticker.cc
+++ b/libs/ardour/ticker.cc
@@ -104,13 +104,11 @@ void MidiClockTicker::position_changed(nframes_t position)
void MidiClockTicker::transport_looped()
{
- nframes_t position = _session->transport_frame();
-
Location* loop_location = _session->locations()->auto_loop_location();
assert(loop_location);
#if DEBUG_TICKER
- cerr << "Transport looped, position:" << position
+ cerr << "Transport looped, position:" << p_session->transport_frame()
<< " loop start " << loop_location->start( )
<< " loop end " << loop_location->end( )
<< " play loop " << _session->get_play_loop()