diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-14 15:08:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-14 15:08:47 +0200 |
commit | 9f3f93b74b20822344cd8b21e69c4aee6c0bbaca (patch) | |
tree | 438fd139b4e3c00f4200768499b5c7df7c222718 /vcl/inc | |
parent | 9ceda3013a6b7e60e0e56ba540e217fd36a34a0f (diff) |
Remove redundant override
Change-Id: Idda7987a5042b93a02cfa65160a355f040a03543
Diffstat (limited to 'vcl/inc')
-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(); |