app: remove the "shell" parameter from gimp_tool_dialog_new() and gui_new()

This commit is contained in:
Michael Natterer
2013-06-07 12:19:42 +02:00
parent 3def3a1ade
commit 88387d6e8d
8 changed files with 8 additions and 22 deletions

View File

@ -49,7 +49,6 @@ struct _GimpToolGuiClass
GType gimp_tool_gui_get_type (void) G_GNUC_CONST;
GimpToolGui * gimp_tool_gui_new (GimpToolInfo *tool_info,
GimpDisplayShell *shell,
const gchar *desc,
gboolean overlay,
...) G_GNUC_NULL_TERMINATED;