1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

app: get rid of unused variable warning.

Warning was:

> gimpsourcetool.c:232:22: warning: unused variable ‘paint_tool’
This commit is contained in:
Jehan
2023-04-20 15:38:17 +02:00
parent c6906e77da
commit 4b36bff01a

View File

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