diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/dialogs/loading.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/dialogs/loading.c b/src/gui/dialogs/loading.c index 62992fa..3e71df4 100644 --- a/src/gui/dialogs/loading.c +++ b/src/gui/dialogs/loading.c @@ -284,9 +284,6 @@ static void on_cancel_clicked(GtkButton *button, GtkBuilder *builder) { GtkWidget *window; /* Fenêtre à cacher */ - - - /* Disparition de la fenêtre */ window = GTK_WIDGET(gtk_builder_get_object(builder, "window")); @@ -333,8 +330,6 @@ static void on_validate_clicked(GtkButton *button, GtkBuilder *builder) } - - /* Disparition de la fenêtre ? */ if (true) |