cleanup: remove unused typedefs

Last users removed in ca6aa38139.

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: