summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkinst.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-01-06 16:08:37 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-01-06 16:13:29 +0000
commit3b52c4492c468ee5dfbb97382f53a28bdf8c0f4c (patch)
treead2758ecbf1641c17d9dfd237c58809c72fed2dc /vcl/inc/unx/gtk/gtkinst.hxx
parentbc6f2ee84dcb66be6a0867d34ce212a2df65efdf (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.hxx5
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();
};