diff options
author | 2011-10-03 12:13:54 -0700 | |
---|---|---|
committer | 2011-10-03 12:13:54 -0700 | |
commit | 1531a37dd0b74fcb06ca06fd2f225d4a2d228a87 (patch) | |
tree | 87edc576053e177afb4a3bcddee4876cea0ece47 /dive.h | |
parent | a32d28d5e388ab3e31eadcd329814488fa5e8b1b (diff) | |
parent | c15f798a85db53dae404a9113266a4d2bc72fbc6 (diff) | |
download | subsurface-1531a37dd0b74fcb06ca06fd2f225d4a2d228a87.tar.gz |
Merge branch 'uemis-integration' of git://github.com/dirkhh/subsurface
* 'uemis-integration' of git://github.com/dirkhh/subsurface:
Remove the ability to 'Import' .SDA files
Integrate loading of uemis SDA files into the regular xml parsing
First steps towards integrating SDA files into the default XML loading
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |