app: fix an unused variable warning.

This commit is contained in:
Jehan 2023-02-22 12:46:56 +01:00
parent 36cc6c6e8a
commit ee92210dde
1 changed files with 0 additions and 1 deletions

View File

@ -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));