app: fix unused variable warning in gimp_tool_gui_new()
... due to commitb23fae86f0
. (cherry picked from commit7fb1d05ca4
)
This commit is contained in:
@ -227,7 +227,6 @@ gimp_tool_gui_new (GimpToolInfo *tool_info,
|
||||
GimpToolGui *gui;
|
||||
GimpToolGuiPrivate *private;
|
||||
va_list args;
|
||||
const gchar *button_text;
|
||||
|
||||
g_return_val_if_fail (GIMP_IS_TOOL_INFO (tool_info), NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user