diff --git a/Software/PC_Application/LibreVNA-GUI/Traces/tracexyplot.cpp b/Software/PC_Application/LibreVNA-GUI/Traces/tracexyplot.cpp index 09aa7c4..e608a58 100644 --- a/Software/PC_Application/LibreVNA-GUI/Traces/tracexyplot.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Traces/tracexyplot.cpp @@ -1089,11 +1089,6 @@ bool TraceXYPlot::supported(Trace *t, YAxis::Type type) return false; } break; - case YAxis::Type::GroupDelay: - if(t->isReflection()) { - return false; - } - break; default: break; }