diff options
Diffstat (limited to 'core/qthelper.cpp')
-rw-r--r-- | core/qthelper.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp index 30338a8cd..703e4e615 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -1186,15 +1186,6 @@ QString fileFromHash(const char *hash) } // This needs to operate on a copy of picture as it frees it after finishing! -void updateHash(struct picture *picture) { - if (!picture) - return; - QByteArray hash = hashFile(fileFromHash(picture->hash)); - learnHash(picture, hash); - picture_free(picture); -} - -// This needs to operate on a copy of picture as it frees it after finishing! void hashPicture(struct picture *picture) { if (!picture) |