From 7cc39f25e15c1eecf293125ff6bce25decc9061c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 19 Jan 2020 18:08:03 +0100 Subject: [PATCH] Code cleanup --- src/map/IMG/img.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/IMG/img.h b/src/map/IMG/img.h index 55cf3151..9ad5add5 100644 --- a/src/map/IMG/img.h +++ b/src/map/IMG/img.h @@ -69,7 +69,6 @@ private: bool readBlock(int blockNum, QByteArray &data); qint64 read(char *data, qint64 maxSize); template bool readValue(T &val); - bool init(); QFile _file; quint8 _key;