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-new.h | |
parent | 85909393571d91b3c267afe5341e54bfae5a6d50 (diff) | |
download | engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2 engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/dlg-new.h')
-rw-r--r-- | src/dlg-new.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |