* forgot to remove those lines

git-svn-id: svn://localhost/ardour2/branches/3.0@3664 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier
2008-08-06 23:03:02 +00:00
parent e5dc9734eb
commit ce38b9cfc5

View File

@@ -173,12 +173,6 @@ bool
MIDIClock_Slave::speed_and_position (float& speed, nframes_t& pos)
{
//std::cerr << "MIDIClock_Slave speed and position() called" << endl;
if(_started == false) {
speed = 0.0;
pos = 0;
}
nframes_t now = session.engine().frame_time();
nframes_t frame_rate = session.frame_rate();
nframes_t elapsed;
@@ -258,7 +252,5 @@ MIDIClock_Slave::reset ()
first_midi_clock_frame = 0;
first_midi_clock_time = 0;
accumulator_index = 0;
have_first_accumulated_speed = false;
midi_clock_speed = 0;
}