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

@ -43,7 +43,6 @@ struct _GimpToolDialog
GType gimp_tool_dialog_get_type (void) G_GNUC_CONST;
GtkWidget * gimp_tool_dialog_new (GimpToolInfo *tool_info,
GimpDisplayShell *shell,
const gchar *desc,
...) G_GNUC_NULL_TERMINATED;