mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused variable
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
726e251ffc
commit
5bf0e48700
3 changed files with 4 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ void read_hashes();
|
|||
void write_hashes();
|
||||
void updateHash(struct picture *picture);
|
||||
QByteArray hashFile(const QString filename);
|
||||
void learnImages(const QDir dir, int max_recursions, bool recursed);
|
||||
void learnImages(const QDir dir, int max_recursions);
|
||||
void add_hash(const QString filename, QByteArray hash);
|
||||
void hashPicture(struct picture *picture);
|
||||
QString localFilePath(const QString originalFilename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue