diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-04-24 17:01:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-04-25 12:24:04 +0200 |
commit | f96c2af0157383ac097a2488ed9f0ba1639681ea (patch) | |
tree | ed7d8c807c864e21e2917ead86c0509d4ce9c59b /include/vcl/TaskStopwatch.hxx | |
parent | a3e2f89995fcaee497d0d07f371727faa7ac3688 (diff) |
loplugin:unusedmethods
Change-Id: I2d563f5f3e6e3a5f2a58080e13f4211253bdf30d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114590
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/TaskStopwatch.hxx')
-rw-r--r-- | include/vcl/TaskStopwatch.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/TaskStopwatch.hxx b/include/vcl/TaskStopwatch.hxx index 25daf9237133..1ca2c21a7e46 100644 --- a/include/vcl/TaskStopwatch.hxx +++ b/include/vcl/TaskStopwatch.hxx @@ -82,11 +82,6 @@ public: } /** - * Returns true, if the time slot is already exceeded - **/ - bool exceededRuntime() { return !nextIter(true); } - - /** * Returns true, if another iteration will probably pass in the time slot **/ bool continueIter() { return nextIter(false); } |