summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/gtk/gtkobject.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtkobject.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/unx/gtk/gtkobject.hxx b/vcl/inc/unx/gtk/gtkobject.hxx
index 4523e9998abd..f54d7af3f04c 100644
--- a/vcl/inc/unx/gtk/gtkobject.hxx
+++ b/vcl/inc/unx/gtk/gtkobject.hxx
@@ -29,12 +29,8 @@ class GtkSalObject : public SalObject
{
SystemEnvData m_aSystemData;
GtkWidget* m_pSocket;
-#if GTK_CHECK_VERSION(3,0,0)
GtkSalFrame* m_pParent;
cairo_region_t* m_pRegion;
-#else
- GdkRegion* m_pRegion;
-#endif
// signals
static gboolean signalButton( GtkWidget*, GdkEventButton*, gpointer );