summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-05-28 07:16:01 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-05-28 07:16:01 (GMT)
commit614b0d9febfffc8c8ee6c554d5132b9ecd9bff78 (patch)
tree5de5a161a0ca0138dbb5ad9d0d6aa5540558574a
parent5dcc4df15a8d84b214bb3f6f0fcfe30f21cb0972 (diff)
Cosmetics.
-rw-r--r--src/gui/dialogs/loading.c5
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)