diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-07-10 10:36:03 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-07-10 10:36:43 +0100 |
commit | 5c2564b8a7fafbc6f1c002d1fd42e1bc7cd1ab10 (patch) | |
tree | e53cda0676e2d3d004b52a1c0276c36dfb8259c6 /include | |
parent | 137e4bd885a913cb201d92dfc7815b2821986d49 (diff) |
Remove an un-used mode on Application::Yield.
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/svapp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 67a48eee118a..20a8b74180a9 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -153,7 +153,7 @@ public: static void Execute(); static void Quit(); static void Reschedule( bool bAllEvents = false ); - static void Yield( bool bAllEvents = false ); + static void Yield(); static void EndYield(); static comphelper::SolarMutex& GetSolarMutex(); static oslThreadIdentifier GetMainThreadIdentifier(); |