removed unused variables.
2003-10-05 Sven Neumann <sven@gimp.org> * app/gui/tool-options-menu.c (tool_options_menu_update): removed unused variables.
This commit is contained in:

committed by
Sven Neumann

parent
1c2aea628c
commit
ee770239ff
@ -123,10 +123,6 @@ tool_options_menu_update (GtkItemFactory *factory,
|
||||
{
|
||||
GimpContext *context;
|
||||
GimpToolInfo *tool_info;
|
||||
GtkWidget *save_menu;
|
||||
GtkWidget *restore_menu;
|
||||
GtkWidget *delete_menu;
|
||||
GList *list;
|
||||
|
||||
context = gimp_get_user_context (GIMP_ITEM_FACTORY (factory)->gimp);
|
||||
tool_info = gimp_context_get_tool (context);
|
||||
|
Reference in New Issue
Block a user