mirror of https://github.com/GNOME/gimp.git
app: fix an unused variable warning.
This commit is contained in:
parent
36cc6c6e8a
commit
ee92210dde
|
@ -230,7 +230,6 @@ gimp_source_tool_motion (GimpTool *tool,
|
|||
{
|
||||
GimpSourceTool *source_tool = GIMP_SOURCE_TOOL (tool);
|
||||
GimpPaintTool *paint_tool = GIMP_PAINT_TOOL (tool);
|
||||
GimpSourceCore *source = GIMP_SOURCE_CORE (paint_tool->core);
|
||||
GimpSourceOptions *options = GIMP_SOURCE_TOOL_GET_OPTIONS (tool);
|
||||
|
||||
gimp_draw_tool_pause (GIMP_DRAW_TOOL (tool));
|
||||
|
|
Loading…
Reference in New Issue