removed unused variable

Dieser Commit ist enthalten in:
Reinder Feenstra 2024-02-19 18:38:43 +01:00
Ursprung 55db4eb7bd
Commit 66629d1079

Datei anzeigen

@ -49,7 +49,6 @@
constexpr int columnCountNonOutput = 2;
constexpr int columnUse = 0;
constexpr int columnKey = 1;
constexpr int columnOutputFirst = 2;
OutputMapWidget::OutputMapWidget(ObjectPtr object, QWidget* parent)
: QWidget(parent)