summaryrefslogtreecommitdiffstats
path: root/core/android.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-09 17:03:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-09 17:05:44 -0700
commit7a238b614685ce7d85b1a7564871e72c960bad89 (patch)
treec26660bce37d2912df3533a13ace7d1e9589789b /core/android.cpp
parent67a717dc057a5936ae1f5820fc6c470524213b97 (diff)
downloadsubsurface-7a238b614685ce7d85b1a7564871e72c960bad89.tar.gz
cloud-storage: simplify creation of git authorship
While having the local user information in the repo on Linux seemed clever when we implemented it, it's inconsistent with all the other platforms. Let's just not do that unless the user has indeed set a global name/email pair for git. Instead indicate if this was Subsurface or Subsurface-mobile. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/android.cpp')
-rw-r--r--core/android.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/android.cpp b/core/android.cpp
index b86f2e557..d1a1570fb 100644
--- a/core/android.cpp
+++ b/core/android.cpp
@@ -53,9 +53,6 @@ bool subsurface_ignore_font(const char *font)
return false;
}
-void subsurface_user_info(struct user_info *user)
-{ /* Encourage use of at least libgit2-0.20 */ }
-
static const char *system_default_path_append(const char *append)
{
// Qt appears to find a working path for us - let's just go with that