diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
commit | 10ba4fd066042b4335ae45e7560565872f71ba9b (patch) | |
tree | 17f68ffb0d402b6e66bb891d4a7d9a02a9b6108b /gtk/gtkaccelgroup.h | |
parent | 3f98a849c70ae570b78095cef0152a33ec07c64e (diff) | |
download | gdk-pixbuf-10ba4fd066042b4335ae45e7560565872f71ba9b.tar.gz |
Merges from gtk-1-2
Diffstat (limited to 'gtk/gtkaccelgroup.h')
-rw-r--r-- | gtk/gtkaccelgroup.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkaccelgroup.h b/gtk/gtkaccelgroup.h index 2db22ad60..13fdf5bef 100644 --- a/gtk/gtkaccelgroup.h +++ b/gtk/gtkaccelgroup.h @@ -158,14 +158,6 @@ guint gtk_accel_group_create_add (GtkType class_type, guint gtk_accel_group_create_remove (GtkType class_type, GtkSignalRunType signal_flags, guint handler_offset); -void gtk_accel_group_marshal_add (GtkObject *object, - GtkSignalFunc func, - gpointer func_data, - GtkArg *args); -void gtk_accel_group_marshal_remove (GtkObject *object, - GtkSignalFunc func, - gpointer func_data, - GtkArg *args); /* Miscellaneous (internal) */ |