diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-12-28 04:19:49 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-28 04:19:49 +0000 |
commit | 90532005eef4ffbe1c11d0e31ec4dd234fde532d (patch) | |
tree | c28d78e4f6985578bbff075f05369ac2420567df /gdk/gdk.h | |
parent | 0677ad8e5967586ba0583340f92d9a5a616618e9 (diff) | |
download | gtk+-90532005eef4ffbe1c11d0e31ec4dd234fde532d.tar.gz |
Remove redundant declarations (#390097, Christian Persch)
2006-12-27 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk.h: Remove redundant declarations (#390097,
Christian Persch)
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -208,24 +208,6 @@ guint gdk_threads_add_timeout (guint interval, GSourceFunc function, gpointer data); - -guint gdk_threads_add_idle_full (gint priority, - GSourceFunc function, - gpointer data, - GDestroyNotify notify); -guint gdk_threads_add_idle (GSourceFunc function, - gpointer data); - -guint gdk_threads_add_timeout_full (gint priority, - guint interval, - GSourceFunc function, - gpointer data, - GDestroyNotify notify); -guint gdk_threads_add_timeout (guint interval, - GSourceFunc function, - gpointer data); - - #ifdef G_THREADS_ENABLED # define GDK_THREADS_ENTER() G_STMT_START { \ if (gdk_threads_lock) \ |