diff options
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); |