diff options
-rw-r--r-- | vcl/inc/unx/gtk/gtkinst.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx index b9e510dcbf0d..b97ffa2788ff 100644 --- a/vcl/inc/unx/gtk/gtkinst.hxx +++ b/vcl/inc/unx/gtk/gtkinst.hxx @@ -44,7 +44,6 @@ public: GtkYieldMutex(); virtual void acquire(); virtual void release(); - virtual bool tryToAcquire() { return SalYieldMutex::tryToAcquire(); } void ThreadsEnter(); void ThreadsLeave(); |