diff options
Diffstat (limited to 'save-git.c')
-rw-r--r-- | save-git.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/save-git.c b/save-git.c index 3ec610b39..ef6ce2755 100644 --- a/save-git.c +++ b/save-git.c @@ -687,7 +687,6 @@ static void save_settings(git_repository *repo, struct dir *tree) { struct membuffer b = { 0 }; - show_utf8(&b, "subsurface ", VERSION_STRING, "\n"); put_format(&b, "version %d\n", VERSION); call_for_each_dc(&b, save_one_device); cond_put_format(autogroup, &b, "autogroup\n"); |