diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-12-12 21:13:48 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-13 11:50:56 -0800 |
commit | 53c2f349307161174512a1e0462b97dccc97ef00 (patch) | |
tree | 0a2b5dd7dd784e5dc85f12dfa0eaf22a4eb84f47 /desktop-widgets | |
parent | 296a391faa1625350b5561d8ce17f5dc8a38300c (diff) | |
download | subsurface-53c2f349307161174512a1e0462b97dccc97ef00.tar.gz |
cleanup: remove unused typedefs
Last users removed in ca6aa3813956b5e8be68b86ed36a5786b3ee746f.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/mainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 141f1d623..f8b1e1f14 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -39,9 +39,6 @@ class PlannerWidgets; class ProfileWidget2; class LocationInformationWidget; -typedef std::pair<QByteArray, QVariant> WidgetProperty; -typedef QVector<WidgetProperty> PropertyList; - class MainWindow : public QMainWindow { Q_OBJECT public: |