summaryrefslogtreecommitdiff
path: root/gdk/gdkprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkprivate.h')
-rw-r--r--gdk/gdkprivate.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h
index c2174875e6..0f37cb0d8b 100644
--- a/gdk/gdkprivate.h
+++ b/gdk/gdkprivate.h
@@ -16,21 +16,9 @@ PangoDirection gdk_unichar_direction (gunichar ch) G_GNUC_CONST;
PangoDirection gdk_find_base_dir (const char *text,
int len);
-/* Backward compatibility shim, to avoid bumping up the minimum
- * required version of GLib; most of our uses of g_memdup() are
- * safe, and those that aren't have been fixed
- */
-#if !GLIB_CHECK_VERSION (2, 67, 3)
-# define g_memdup2(mem,size) g_memdup((mem),(size))
-#endif
-
void gdk_source_set_static_name_by_id (guint tag,
const char *name);
-#if !GLIB_CHECK_VERSION(2, 69, 1)
-#define g_source_set_static_name(source, name) g_source_set_name ((source), (name))
-#endif
-
#ifndef I_
#define I_(string) g_intern_static_string (string)
#endif