mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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>
This commit is contained in:
parent
9986ce25d7
commit
4c84c0baf1
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
|||
#include <QFuture>
|
||||
#include <QNetworkReply>
|
||||
|
||||
typedef QPair<QString, QByteArray> SHashedFilename;
|
||||
|
||||
class ImageDownloader : public QObject {
|
||||
Q_OBJECT;
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue