X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=40fc5ca2c3668b5fada1924fb9ddb0fd41224324;hb=d7e35c512c4a4d6691c7c1312691c17cce4c684e;hp=42d91d630a0776f63b8605d61e6e5f1c429578a0;hpb=30ee87be92f0a0fffc98106852d9623a65dfe4ed;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 42d91d6..40fc5ca 100644 --- a/dive.h +++ b/dive.h @@ -262,8 +262,6 @@ extern void report_error(GError* error); extern void dive_list_update_dives(void); extern void flush_divelist(struct dive *dive); -extern int open_import_file_dialog(char *filterpattern, char *filtertext, - void(* parse_function)(char *)); #define DIVE_ERROR_PARSE 1 const char *weekday(int wday);