diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-10 17:19:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 17:19:51 -0700 |
commit | 61f9c4114e076e77f75db48611283209b33e4202 (patch) | |
tree | 5d959c312b5d6651e16c8cca0c5c80b1f032ee72 /core/ios.cpp | |
parent | 42c974edd73b48520a5f0d4579510c39a56902c5 (diff) | |
parent | 53fb533a99eef94d5df1a5258bc23ec123f59d6d (diff) | |
download | subsurface-61f9c4114e076e77f75db48611283209b33e4202.tar.gz |
Merge pull request #2737 from Subsurface-divelog/libgitCleanup
Libgit cleanup
Diffstat (limited to 'core/ios.cpp')
-rw-r--r-- | core/ios.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/ios.cpp b/core/ios.cpp index d54f2b4b8..b8fe7227e 100644 --- a/core/ios.cpp +++ b/core/ios.cpp @@ -37,11 +37,6 @@ bool subsurface_ignore_font(const char*) return false; } -void subsurface_user_info(struct user_info *) -{ - // We 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 |