summaryrefslogtreecommitdiff
path: root/src/dialogs/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/export.c')
-rw-r--r--src/dialogs/export.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dialogs/export.c b/src/dialogs/export.c
index 3c97815..69841f3 100644
--- a/src/dialogs/export.c
+++ b/src/dialogs/export.c
@@ -204,7 +204,6 @@ static void export_assistant_close(GtkAssistant *assistant, GObject *ref)
{
GOpenidaBinary *binary; /* Binaire chargé à parcourir */
GExeFormat *format; /* Format du binaire */
- GArchProcessor *proc; /* Architecture visée */
GRenderingOptions *options; /* Options d'exportation */
GtkToggleButton *checkbutton; /* Coche à retrouver */
gboolean state; /* Valeur à prendre en compte */
@@ -216,9 +215,7 @@ static void export_assistant_close(GtkAssistant *assistant, GObject *ref)
binary = G_OPENIDA_BINARY(g_object_get_data(ref, "binary"));
format = g_openida_binary_get_format(binary);
- proc = get_arch_processor_from_format(format);
-
- options = g_rendering_options_new(format, proc);
+ options = g_rendering_options_new(format);
/* Eléments à afficher */