summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/elapsedtime.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/canvas/elapsedtime.hxx b/include/canvas/elapsedtime.hxx
index f1d68ba8527f..7113cff0455e 100644
--- a/include/canvas/elapsedtime.hxx
+++ b/include/canvas/elapsedtime.hxx
@@ -113,13 +113,8 @@ namespace canvas
This value will be added to the current time, i.e. the
next call to getElapsedTime() (when performed
immediately) will be adjusted by fOffset.
-
- @param bLimitToLastQueriedTime
- Limits the given offset to the time that has been
- taken via getElapsedTime()
*/
- void adjustTimer( double fOffset,
- bool bLimitToLastQueriedTime = true );
+ void adjustTimer( double fOffset );
/** Holds the current time.