summaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-05-23 18:01:39 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-24 08:27:10 -0700
commit21ee440e5f96a2f7ddc810ced89f9ea1e7174bae (patch)
treeea40810cc8bb86ec149ab6968163fe8a368e66e3 /core/qthelper.h
parent0958592ee6e0ea2016906d3fb84b64e3c20a90fa (diff)
downloadsubsurface-21ee440e5f96a2f7ddc810ced89f9ea1e7174bae.tar.gz
Cleanup: remove code related to picture-storage in git repositories
Saving of pictures to git repositories was disabled. Finally remove this code and the corresponding load code. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r--core/qthelper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/qthelper.h b/core/qthelper.h
index 41a76ad3b..e6a5d7fd6 100644
--- a/core/qthelper.h
+++ b/core/qthelper.h
@@ -69,10 +69,8 @@ char *get_file_name(const char *fileName);
void copy_image_and_overwrite(const char *cfileName, const char *path, const char *cnewName);
char *hashstring(const char *filename);
void register_hash(const char *filename, const char *hash);
-bool picture_exists(struct picture *picture);
char *move_away(const char *path);
const char *local_file_path(struct picture *picture);
-void savePictureLocal(struct picture *picture, const char *hash, const char *data, int len);
void cache_picture(struct picture *picture);
char *cloud_url();
char *hashfile_name_string();