diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-01-27 23:40:11 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-07-13 12:10:27 +0200 |
commit | 52dfefec8da5d7f25c39218fd890cad6491728ab (patch) | |
tree | 1d1de94ab1e4215b51b6906133a483a863889057 /include | |
parent | 272026d70129603e1824b802a2a6920adcd09dc0 (diff) |
Run LO scheduler only via system timer
Change-Id: I5283f18aebcd6797ad35771ae8fc4a0f425ff924
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/scheduler.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx index 5c5617cd0c8b..669a402f73d6 100644 --- a/include/vcl/scheduler.hxx +++ b/include/vcl/scheduler.hxx @@ -52,8 +52,6 @@ public: /// Process one pending Timer with highhest priority static void CallbackTaskScheduling(); - /// Are there any pending tasks to process? - static bool HasPendingTasks(); /// Process one pending task ahead of time with highest priority. static bool ProcessTaskScheduling(); /// Process all events until we are idle |