removed gimp_action_get_accel_closure().

2005-12-28  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpwidgets-utils.[ch]: removed
	gimp_action_get_accel_closure().

	* app/widgets/gimpactionview.c (gimp_action_view_new): use
	gtk_action_get_accel_closure() instead.
This commit is contained in:
Michael Natterer
2005-12-28 19:50:08 +00:00
committed by Michael Natterer
parent bbdfa25de9
commit a01d0f7e88
4 changed files with 10 additions and 34 deletions

View File

@ -83,8 +83,6 @@ gboolean gimp_text_buffer_save (GtkTextBuffer *buffer,
void gimp_toggle_button_set_visible (GtkToggleButton *toggle,
GtkWidget *widget);
GClosure * gimp_action_get_accel_closure (GtkAction *action);
void gimp_widget_set_accel_help (GtkWidget *widget,
GtkAction *action);