summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-24 13:49:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-24 13:50:50 +0100
commit3d02b2c206c23397aafe45d2ea1440d89a3c1062 (patch)
treec1902df791515c86ccdbcd3919008601e31ff7fc /vcl/unx
parentf640893b8ca6dc8f390dc128ad252693c7d241d9 (diff)
don't need to include svpinst.cxx anymore
a hold over from before 6efb7f65eea764ffe5b71f65f9b7eea125183ec3 I believe Change-Id: Idea86f782cad4da98bbe4308968277886923ee5e
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk/app/gtkinst.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx
index 11a18e5e90e0..be1bfc20f1da 100644
--- a/vcl/unx/gtk/app/gtkinst.cxx
+++ b/vcl/unx/gtk/app/gtkinst.cxx
@@ -462,8 +462,4 @@ GtkInstance::getPrintWrapper() const
return m_xPrintWrapper;
}
-#if GTK_CHECK_VERSION(3,0,0)
-#include "../../../headless/svpinst.cxx"
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */