From c3071884a9ae2f67934aae817aca8f6640c822ae Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Mon, 10 Jul 2023 13:21:47 +0200 Subject: [PATCH] rm TODO note --- GUI/Model/Data/IntensityDataItem.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/GUI/Model/Data/IntensityDataItem.h b/GUI/Model/Data/IntensityDataItem.h index beb03a77c21..ae231587a22 100644 --- a/GUI/Model/Data/IntensityDataItem.h +++ b/GUI/Model/Data/IntensityDataItem.h @@ -32,8 +32,6 @@ public: IntensityDataItem(); ~IntensityDataItem(); - // TODO: consider using index-based functions for axes' handlers - void setDatafield(Datafield* data) override; // Returns min and max range of x-axis as given by IntensityData -- GitLab