diff --git a/Software/PC_Application/LibreVNA-GUI/Traces/Marker/markermodel.cpp b/Software/PC_Application/LibreVNA-GUI/Traces/Marker/markermodel.cpp index c089506..0cb4c2e 100644 --- a/Software/PC_Application/LibreVNA-GUI/Traces/Marker/markermodel.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Traces/Marker/markermodel.cpp @@ -237,13 +237,6 @@ QVariant MarkerModel::data(const QModelIndex &index, int role) const return QString::number(marker->getGroup()->getNumber()); } break; - case ColIndexTrace: - if(marker->getTrace()) { - return marker->getTrace()->name(); - } - break; - case ColIndexType: - return marker->readableType(); case ColIndexSettings: return marker->readableSettings(); case ColIndexData: