diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-12-03 09:14:43 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-13 05:48:20 -0800 |
commit | a11622623a43369368206e1e3b6a6b3173ad43fb (patch) | |
tree | 9dcbd5f28180167d8407e96e245294b241093c8a /qt-models/divesitepicturesmodel.h | |
parent | 3479c9e19778a39f02a55a8681933227d9c6a37d (diff) | |
download | subsurface-a11622623a43369368206e1e3b6a6b3173ad43fb.tar.gz |
Remove unused divesitepicturemodel from qt-models
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'qt-models/divesitepicturesmodel.h')
-rw-r--r-- | qt-models/divesitepicturesmodel.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/qt-models/divesitepicturesmodel.h b/qt-models/divesitepicturesmodel.h deleted file mode 100644 index c27db7726..000000000 --- a/qt-models/divesitepicturesmodel.h +++ /dev/null @@ -1,16 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -#ifndef DIVESITEPICTURESMODEL_H -#define DIVESITEPICTURESMODEL_H - -#include "divepicturemodel.h" - -class DiveSitePicturesModel : public DivePictureModel { - Q_OBJECT -public: - static DiveSitePicturesModel *instance(); - void updateDivePictures(); -private: - DiveSitePicturesModel(); -}; - -#endif |