diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-01-06 16:08:37 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-01-06 16:13:29 +0000 |
commit | 3b52c4492c468ee5dfbb97382f53a28bdf8c0f4c (patch) | |
tree | ad2758ecbf1641c17d9dfd237c58809c72fed2dc /vcl/inc/unx/gtk/gtkinst.hxx | |
parent | bc6f2ee84dcb66be6a0867d34ce212a2df65efdf (diff) |
vcl: cleanup shared SalYieldMutex from GtkYieldMutex.
Change-Id: I6ace72606ba666322c045d28bea713443c0fc45f
Diffstat (limited to 'vcl/inc/unx/gtk/gtkinst.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkinst.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx index ceda30361361..3cabea3d0d26 100644 --- a/vcl/inc/unx/gtk/gtkinst.hxx +++ b/vcl/inc/unx/gtk/gtkinst.hxx @@ -41,10 +41,7 @@ class GtkYieldMutex : public SalYieldMutex std::list<sal_uLong> aYieldStack; public: - GtkYieldMutex(); - virtual void acquire() SAL_OVERRIDE; - virtual void release() SAL_OVERRIDE; - + GtkYieldMutex() {} void ThreadsEnter(); void ThreadsLeave(); }; |