summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-12-28 04:19:49 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-28 04:19:49 +0000
commit90532005eef4ffbe1c11d0e31ec4dd234fde532d (patch)
treec28d78e4f6985578bbff075f05369ac2420567df /gdk/gdk.h
parent0677ad8e5967586ba0583340f92d9a5a616618e9 (diff)
downloadgtk+-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.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index 016b590540..1a7a596c10 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -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) \