diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/save-git.c b/core/save-git.c index be0d3920b..548664239 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -961,7 +961,6 @@ static void save_divesites(git_repository *repo, struct dir *tree) } struct membuffer site_file_name = { 0 }; put_format(&site_file_name, "Site-%08x", ds->uuid); - show_utf8(&b, "country ", ds->country, "\n"); show_utf8(&b, "name ", ds->name, "\n"); show_utf8(&b, "description ", ds->description, "\n"); show_utf8(&b, "notes ", ds->notes, "\n"); |