From 9085a5a18c23f894a0d29be73222ad7c55a03bf1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 30 Jul 2010 10:58:26 -0400 Subject: Remove unused 'preview' argument from e_import_assistant_new_simple(). We preview imported files by other means now. --- widgets/misc/e-import-assistant.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'widgets/misc/e-import-assistant.h') diff --git a/widgets/misc/e-import-assistant.h b/widgets/misc/e-import-assistant.h index b2bba8d653..c0675c75f8 100644 --- a/widgets/misc/e-import-assistant.h +++ b/widgets/misc/e-import-assistant.h @@ -61,8 +61,7 @@ struct _EImportAssistantClass { GType e_import_assistant_get_type (void); GtkWidget * e_import_assistant_new (GtkWindow *parent); GtkWidget * e_import_assistant_new_simple (GtkWindow *parent, - gchar **uris, - gboolean preview); + gchar **uris); G_END_DECLS -- cgit v1.2.3