diff --git a/GUI/Model/Data/IntensityDataItem.cpp b/GUI/Model/Data/IntensityDataItem.cpp index 05bedd5e160e5b285b5493921b658118bb5b6ed1..9003df6c32178cb00a110afb5d06735d14089beb 100644 --- a/GUI/Model/Data/IntensityDataItem.cpp +++ b/GUI/Model/Data/IntensityDataItem.cpp @@ -476,8 +476,3 @@ bool IntensityDataItem::hasProjections() const { return (projectionContainerItem() && projectionContainerItem()->hasChildren()); } - -SessionItem* IntensityDataItem::projectionsItem() const -{ - return getItem(P_PROJECTIONS); -} diff --git a/GUI/Model/Data/IntensityDataItem.h b/GUI/Model/Data/IntensityDataItem.h index 7b70943fc2fa9637449effdd9e2d6a73fb384f97..190621177135d5672c2e5192293dfc7291aba119 100644 --- a/GUI/Model/Data/IntensityDataItem.h +++ b/GUI/Model/Data/IntensityDataItem.h @@ -104,7 +104,6 @@ public: bool hasMasks() const; bool hasProjections() const; - SessionItem* projectionsItem() const; void setXaxisTitle(const QString& title) override; void setYaxisTitle(const QString& title) override;