diff --git a/broker/OpenAPIConvert.cpp b/broker/OpenAPIConvert.cpp index 3362b58e..8bcfd823 100644 --- a/broker/OpenAPIConvert.cpp +++ b/broker/OpenAPIConvert.cpp @@ -870,11 +870,6 @@ PlotType ConvertPlotType(const std::optional& input) { if (input == "packets_received") return PlotType::PacketsReceived; if (input == "max_pixel_value") return PlotType::MaxValue; if (input == "resolution_estimate") return PlotType::ResolutionEstimate; - if (input == "indexing_time") return PlotType::IndexingTime; - if (input == "refinement_time") return PlotType::RefinementTime; - if (input == "spot_finding_time") return PlotType::SpotFindingTime; - if (input == "integration_time") return PlotType::IntegrationTime; - if (input == "bragg_prediction_time") return PlotType::BraggPredictionTime; if (input == "pixel_sum") return PlotType::PixelSum; if (input == "processing_time") return PlotType::ImageProcessingTime; if (input == "beam_center_x") return PlotType::RefinementBeamX;