removed unused variable.

2007-06-11  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpscaletool.c: removed unused variable.

svn path=/trunk/; revision=22754
This commit is contained in:
Sven Neumann
2007-06-11 16:07:59 +00:00
committed by Sven Neumann
parent f5d3c6e89f
commit e23f585f07
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-06-11 Sven Neumann <sven@gimp.org>
* app/tools/gimpscaletool.c: removed unused variable.
2007-06-11 Mukund Sivaraman <muks@mukund.org>
* configure.in: bumped required libexif version to 0.6.15. This

View File

@ -255,7 +255,6 @@ gimp_scale_tool_motion (GimpTransformTool *tr_tool,
if (options->constrain)
{
/* FIXME: improve this */
gdouble w = tr_tool->trans_info[X1] - tr_tool->trans_info[X0];
gdouble h = tr_tool->trans_info[Y1] - tr_tool->trans_info[Y0];
switch (tr_tool->function)