summaryrefslogtreecommitdiffstats
path: root/vcl/unx/gtk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-12 11:51:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-12 11:51:34 +0200
commita5ee2d5a2086594429deb6b2dea0220c2e0f5a5e (patch)
tree2839464060d41d68fc0ad9e7f114a94489f63aa9 /vcl/unx/gtk
parentImage/Notes storage and basic preview. (diff)
downloadcore-a5ee2d5a2086594429deb6b2dea0220c2e0f5a5e.tar.gz
core-a5ee2d5a2086594429deb6b2dea0220c2e0f5a5e.zip
-Werror=unused
Change-Id: Icab9990a1e4bcbd709f63cb5ef24358441cced8d
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r--vcl/unx/gtk/app/gtkinst.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx
index 3bc4379a5caa..af80678a8829 100644
--- a/vcl/unx/gtk/app/gtkinst.cxx
+++ b/vcl/unx/gtk/app/gtkinst.cxx
@@ -74,7 +74,7 @@ extern "C"
return true;
}
- VCLPLUG_GTK_PUBLIC SalInstance* create_SalInstance( oslModule pModule )
+ VCLPLUG_GTK_PUBLIC SalInstance* create_SalInstance( oslModule )
{
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "create vcl plugin instance with gtk version %d %d %d\n",
@@ -255,15 +255,6 @@ void GtkInstance::AddToRecentDocumentList(const OUString& rFileUrl, const OUStri
#endif
}
-/*
- * Obsolete, non-working, and crufty code from the
- * beginning of time. When we update our base platform
- * we should kill this with extreme prejudice.
- */
-#if !GTK_CHECK_VERSION(3,0,0)
-# define HORRIBLE_OBSOLETE_YIELDMUTEX_IMPL
-#endif
-
SalInfoPrinter* GtkInstance::CreateInfoPrinter( SalPrinterQueueInfo* pQueueInfo,
ImplJobSetup* pSetupData )
{