summaryrefslogtreecommitdiff
path: root/gdk/gdkproperty.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-13 23:26:23 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-12-13 23:26:23 -0500
commit4c083c1ed42a3ebae97a96fc11ef1113ad769f15 (patch)
treea567ad91921f7bee2a16ff372aad5e826d1f1fb5 /gdk/gdkproperty.h
parente3e9bf4bea3307e9d0c6728d82f04994b069005f (diff)
downloadgtk+-4c083c1ed42a3ebae97a96fc11ef1113ad769f15.tar.gz
Drop gdk_atom_name
Since atoms are just interned strings now, we can just cast them to const char * where needed.
Diffstat (limited to 'gdk/gdkproperty.h')
-rw-r--r--gdk/gdkproperty.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkproperty.h b/gdk/gdkproperty.h
index 565ca98b92..b3af7051d4 100644
--- a/gdk/gdkproperty.h
+++ b/gdk/gdkproperty.h
@@ -40,8 +40,6 @@ GdkAtom gdk_atom_intern (const gchar *atom_name,
gboolean only_if_exists);
GDK_AVAILABLE_IN_ALL
GdkAtom gdk_atom_intern_static_string (const gchar *atom_name);
-GDK_AVAILABLE_IN_ALL
-gchar* gdk_atom_name (GdkAtom atom);
GDK_AVAILABLE_IN_ALL