summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2019-11-15 03:40:13 -0600
committerGary Kramlich <grim@reaperworld.com>2019-11-15 03:40:13 -0600
commit7edb69e315d84b8818e27016b6997b04d71a25f8 (patch)
tree9017cd443f85b50118afbafbab876d4a96bc6cdb
parentcc24935901565d8bd961e8141629ccbe3cea3c08 (diff)
downloadpidgin-7edb69e315d84b8818e27016b6997b04d71a25f8.tar.gz
Clean up a few more references to gtk3compat.h and a glibcompat.h
-rw-r--r--doc/reference/libpurple/meson.build1
-rw-r--r--doc/reference/pidgin/meson.build1
-rw-r--r--pidgin/plugins/gestures/stroke-draw.c2
3 files changed, 0 insertions, 4 deletions
diff --git a/doc/reference/libpurple/meson.build b/doc/reference/libpurple/meson.build
index 42e17c8bcb..59fad22a0e 100644
--- a/doc/reference/libpurple/meson.build
+++ b/doc/reference/libpurple/meson.build
@@ -8,7 +8,6 @@ ignore_hfiles = [
'tests',
'win32',
'backend-fs2.h',
- 'glibcompat.h',
'internal.h',
]
diff --git a/doc/reference/pidgin/meson.build b/doc/reference/pidgin/meson.build
index ec11efb59b..e2c9ecf5fa 100644
--- a/doc/reference/pidgin/meson.build
+++ b/doc/reference/pidgin/meson.build
@@ -6,7 +6,6 @@ ignore_hfiles = [
'plugins',
'themes',
'win32',
- 'gtk3compat.h',
'gtkinternal.h',
'pidgin.gresource.h'
]
diff --git a/pidgin/plugins/gestures/stroke-draw.c b/pidgin/plugins/gestures/stroke-draw.c
index dff4a62203..6ef136fe23 100644
--- a/pidgin/plugins/gestures/stroke-draw.c
+++ b/pidgin/plugins/gestures/stroke-draw.c
@@ -19,8 +19,6 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include "gtk3compat.h"
-
static void gstroke_invisible_window_init (GtkWidget *widget);
/*FIXME: Maybe these should be put in a structure, and not static...*/
static Display * gstroke_disp = NULL;