summaryrefslogtreecommitdiff
path: root/libmatekbd
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-26 17:18:25 +0100
committerraveit65 <[email protected]>2018-01-27 11:10:19 +0100
commit9634424e8d633e5d290dde25b65b7f58db88104b (patch)
tree8cb8e8eea491d631f81781d3abb0e95a23c47fd6 /libmatekbd
parentafc842899268809a8e688dec5af10b373a6cd7e3 (diff)
downloadlibmatekbd-9634424e8d633e5d290dde25b65b7f58db88104b.tar.bz2
libmatekbd-9634424e8d633e5d290dde25b65b7f58db88104b.tar.xz
building: remove < gtk+-3.22 bits and bump required gtk+
Diffstat (limited to 'libmatekbd')
-rw-r--r--libmatekbd/matekbd-keyboard-drawing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmatekbd/matekbd-keyboard-drawing.c b/libmatekbd/matekbd-keyboard-drawing.c
index a1344ee..e1eaf12 100644
--- a/libmatekbd/matekbd-keyboard-drawing.c
+++ b/libmatekbd/matekbd-keyboard-drawing.c
@@ -2176,10 +2176,8 @@ matekbd_keyboard_drawing_new (void)
static void
matekbd_keyboard_drawing_class_init (MatekbdKeyboardDrawingClass * klass)
{
-#if GTK_CHECK_VERSION (3, 20, 0)
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
gtk_widget_class_set_css_name (widget_class, "matekbd-keyboard-drawing");
-#endif
klass->bad_keycode = NULL;