diff options
Diffstat (limited to 'core/libdivecomputer.c')
-rw-r--r-- | core/libdivecomputer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/libdivecomputer.c b/core/libdivecomputer.c index bb70f50a2..a870317b1 100644 --- a/core/libdivecomputer.c +++ b/core/libdivecomputer.c @@ -570,8 +570,6 @@ static void set_dc_serial(struct divecomputer *dc, const char *serial) dc->deviceid = calculate_string_hash(serial); } -extern void parse_location(char *, location_t *); - static void parse_string_field(device_data_t *devdata, struct dive *dive, dc_field_string_t *str) { // Our dive ID is the string hash of the "Dive ID" string |