From 6c55334ad9b03006686e2db6c6f6167677a2f510 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:40:17 +0200 Subject: Use a blank line at most --- src/dlg-new.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dlg-new.h') diff --git a/src/dlg-new.h b/src/dlg-new.h index f4e0424..3f9f6d5 100644 --- a/src/dlg-new.h +++ b/src/dlg-new.h @@ -27,7 +27,6 @@ #include "eggfileformatchooser.h" #include "fr-window.h" - typedef struct { FrWindow *window; int *supported_types; @@ -48,7 +47,6 @@ typedef struct { EggFileFormatChooser *format_chooser; } DlgNewData; - DlgNewData * dlg_new (FrWindow *window); DlgNewData * dlg_save_as (FrWindow *window, const char *default_name); -- cgit v1.2.1