diff options
author | rbuj <[email protected]> | 2021-10-27 17:40:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:59:33 +0100 |
commit | 6c55334ad9b03006686e2db6c6f6167677a2f510 (patch) | |
tree | b558cc0ad6d97c36b449dbcb2afecb3b9002a565 /src/dlg-prop.c | |
parent | 85909393571d91b3c267afe5341e54bfae5a6d50 (diff) | |
download | engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2 engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/dlg-prop.c')
-rw-r--r-- | src/dlg-prop.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dlg-prop.c b/src/dlg-prop.c index 37376ad..cb8ed87 100644 --- a/src/dlg-prop.c +++ b/src/dlg-prop.c @@ -36,7 +36,6 @@ typedef struct { GtkWidget *dialog; } DialogData; - /* called when the main dialog is closed. */ static void destroy_cb (GtkWidget *widget, @@ -45,7 +44,6 @@ destroy_cb (GtkWidget *widget, g_free (data); } - static int help_cb (GtkWidget *w, DialogData *data) @@ -54,7 +52,6 @@ help_cb (GtkWidget *w, return TRUE; } - void dlg_prop (FrWindow *window) { |