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:
@@ -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));
|
||||
|
Reference in New Issue
Block a user