app: get rid of unused variable warning.
Warning was: > gimpsourcetool.c:232:22: warning: unused variable ‘paint_tool’
This commit is contained in:
parent
c6906e77da
commit
4b36bff01a
1 changed files with 0 additions and 1 deletions
|
|
@ -229,7 +229,6 @@ gimp_source_tool_motion (GimpTool *tool,
|
|||
GimpDisplay *display)
|
||||
{
|
||||
GimpSourceTool *source_tool = GIMP_SOURCE_TOOL (tool);
|
||||
GimpPaintTool *paint_tool = GIMP_PAINT_TOOL (tool);
|
||||
GimpSourceOptions *options = GIMP_SOURCE_TOOL_GET_OPTIONS (tool);
|
||||
|
||||
gimp_draw_tool_pause (GIMP_DRAW_TOOL (tool));
|
||||
|
|
|
|||
Loading…
Reference in a new issue