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:
Sven Neumann
2003-10-05 21:06:43 +00:00
committed by Sven Neumann
parent 1c2aea628c
commit ee770239ff
3 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2003-10-05 Sven Neumann <sven@gimp.org>
* app/gui/tool-options-menu.c (tool_options_menu_update): removed
unused variables.
2003-10-05 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell.c: set the screen resolution before

View File

@ -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);

View File

@ -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);