removed redundant "Gimp" parameter, cleanup.
2003-09-09 Michael Natterer <mitch@gimp.org> * app/gui/menus.c (menus_last_opened_add): removed redundant "Gimp" parameter, cleanup. * app/gui/image-menu.c (image_menu_setup) * app/gui/toolbox-menu.c (toolbox_menu_setup): changed accordingly.
This commit is contained in:

committed by
Michael Natterer

parent
253121ea5a
commit
da27248654
@ -36,8 +36,7 @@ void menus_restore (Gimp *gimp);
|
||||
void menus_save (Gimp *gimp);
|
||||
void menus_clear (Gimp *gimp);
|
||||
|
||||
void menus_last_opened_add (GimpItemFactory *item_factory,
|
||||
Gimp *gimp);
|
||||
void menus_last_opened_add (GimpItemFactory *item_factory);
|
||||
void menus_filters_subdirs_to_top (GtkMenu *menu);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user