cleanup: remove unused typedefs

Last users removed in ca6aa3813956b5e8be68b86ed36a5786b3ee746f.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-12-12 21:13:48 +01:00 committed by Dirk Hohndel
parent 296a391faa
commit 53c2f34930

View File

@ -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: