summaryrefslogtreecommitdiffstats
path: root/vcl/unx/gtk/app/gtkinst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/app/gtkinst.cxx')
-rw-r--r--vcl/unx/gtk/app/gtkinst.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx
index 2323103b694f..8068b22c2050 100644
--- a/vcl/unx/gtk/app/gtkinst.cxx
+++ b/vcl/unx/gtk/app/gtkinst.cxx
@@ -39,7 +39,6 @@
#include <unx/gtk/atkbridge.hxx>
#include <headless/svpvd.hxx>
#include <headless/svpbmp.hxx>
-#include <headless/svppspgraphics.hxx>
#include <vcl/apptypes.hxx>
#include <generic/genpspgraphics.h>
#include <rtl/strbuf.hxx>
@@ -604,19 +603,13 @@ bool GtkInstance::AnyInput( sal_uInt16 nType )
bRet |= (nType & nShift) && m_nAnyInput[i] > 0;
nShift <<= 1;
}
-// fprintf( stderr, "AnyInput 0x%x => %s\n",
-// nType, bRet ? "true" : "false" );
return bRet;
}
}
GenPspGraphics *GtkInstance::CreatePrintGraphics()
{
-#if GTK_CHECK_VERSION(3,0,0)
- return new SvpPspGraphics();
-#else
return new GenPspGraphics();
-#endif
}
#if GTK_CHECK_VERSION(3,0,0)