diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-17 23:50:22 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-18 01:00:30 -0700 |
commit | 2b01ab7d505b55812d656f6ce19ed19965d7c90f (patch) | |
tree | 0e99f5abc24f423f9dc49f98c04dd90ad57b117d /core/git-access.h | |
parent | 4866dd6f45fd7c3bbd8502bbe4a1c2ae6ed59d40 (diff) | |
download | subsurface-2b01ab7d505b55812d656f6ce19ed19965d7c90f.tar.gz |
Clean up git storage update messages
Translate all of them, but also remove some redundant or possibly
misleading messages. These are now seen by users, not just developers
trying to debug the code.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/git-access.h')
-rw-r--r-- | core/git-access.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/git-access.h b/core/git-access.h index 395f5ed2b..6dec7a56b 100644 --- a/core/git-access.h +++ b/core/git-access.h @@ -30,8 +30,6 @@ int git_storage_update_progress(const char *text); char *get_local_dir(const char *remote, const char *branch); int git_create_local_repo(const char *filename); -extern int last_git_storage_update_val; - #ifdef __cplusplus } #endif |