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:

committed by
Sven Neumann

parent
f5d3c6e89f
commit
e23f585f07
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user