diff options
Diffstat (limited to 'core/dive.c')
-rw-r--r-- | core/dive.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dive.c b/core/dive.c index d643dec22..f44bfc3c1 100644 --- a/core/dive.c +++ b/core/dive.c @@ -18,7 +18,6 @@ * it's used in the UI, but it seems to make the most sense to have it * here */ struct dive displayed_dive; -struct dive_site displayed_dive_site; struct tag_entry *g_tag_list = NULL; |