diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-02-06 20:00:31 +0100 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2018-02-07 09:44:43 +0100 |
commit | 4c84c0baf15ccbb2f136295e8132abfdbe0ccbd1 (patch) | |
tree | 2aabbd49bcd2a2bd405bb4aa7337f24bb3f62254 /core/imagedownloader.h | |
parent | 9986ce25d77d7abe8bdf5c1fca6ac98893ff2f10 (diff) | |
download | subsurface-4c84c0baf15ccbb2f136295e8132abfdbe0ccbd1.tar.gz |
Cleanup: remove unused typedef
The type SHashedFilename defined in core/imagedownloader.h was not
used anywhere.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/imagedownloader.h')
-rw-r--r-- | core/imagedownloader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/imagedownloader.h b/core/imagedownloader.h index 63d963ec3..c03a0f565 100644 --- a/core/imagedownloader.h +++ b/core/imagedownloader.h @@ -6,8 +6,6 @@ #include <QFuture> #include <QNetworkReply> -typedef QPair<QString, QByteArray> SHashedFilename; - class ImageDownloader : public QObject { Q_OBJECT; public: |