From a5a3d39366e16ae7a677c0c46698159694c50b01 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 28 Jan 2009 19:30:42 +0000 Subject: [PATCH] Remove nonsense comment. git-svn-id: svn://localhost/ardour2/branches/3.0@4457 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/evoral/src/ControlList.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/evoral/src/ControlList.cpp b/libs/evoral/src/ControlList.cpp index 98083f58da..49f7edb9f5 100644 --- a/libs/evoral/src/ControlList.cpp +++ b/libs/evoral/src/ControlList.cpp @@ -1001,8 +1001,6 @@ ControlList::rt_safe_earliest_event_discrete_unlocked (double start, double end, /** Get the earliest time the line crosses an integer (Linear interpolation). * - * In other words: send out multiple events to interpolate the line - * defined by its control points * If an event is found, \a x and \a y are set to its coordinates. * * \param inclusive Include events with timestamp exactly equal to \a start