initialize scale to please the compiler.

2003-05-09  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpmagnifytool.c (gimp_magnify_tool_button_release):
	initialize scale to please the compiler.
This commit is contained in:
Sven Neumann 2003-05-09 19:57:38 +00:00 committed by Sven Neumann
parent 4ed6d147b9
commit 2182fb816a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-09 Sven Neumann <sven@gimp.org>
* app/tools/gimpmagnifytool.c (gimp_magnify_tool_button_release):
initialize scale to please the compiler.
2003-05-09 Pedro Gimeno <pggimeno@wanadoo.es>
* plug-ins/common/jigsaw.c: Pass the buffer size to all functions

View File

@ -257,7 +257,7 @@ gimp_magnify_tool_button_release (GimpTool *tool,
else
{
gint width, height;
gdouble scale;
gdouble scale = 1.0;
width = UNSCALEX (shell, win_width);
height = UNSCALEY (shell, win_height);