summaryrefslogtreecommitdiffstats
path: root/core/divesite.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/divesite.h')
-rw-r--r--core/divesite.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/divesite.h b/core/divesite.h
index 9f6b8f527..5b6943c73 100644
--- a/core/divesite.h
+++ b/core/divesite.h
@@ -73,8 +73,6 @@ unsigned int get_distance(degrees_t lat1, degrees_t lon1, degrees_t lat2, degree
uint32_t find_or_create_dive_site_with_name(const char *name, timestamp_t divetime);
void merge_dive_sites(uint32_t ref, uint32_t *uuids, int count);
-#define INVALID_DIVE_SITE_NAME "development use only - not a valid dive site name"
-
#ifdef __cplusplus
}
QString constructLocationTags(struct dive_site *ds, bool for_maintab);