From d309c0bc8b83b395fe497ae04d4f3294aff7bcf1 Mon Sep 17 00:00:00 2001
From: Matthias Puchner <github@mpuchner.de>
Date: Mon, 20 Dec 2021 16:03:11 +0100
Subject: [PATCH] rm obsolete code

---
 GUI/Model/Sample/ItemWithParticles.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/GUI/Model/Sample/ItemWithParticles.h b/GUI/Model/Sample/ItemWithParticles.h
index 164714e3536..dc069ddded3 100644
--- a/GUI/Model/Sample/ItemWithParticles.h
+++ b/GUI/Model/Sample/ItemWithParticles.h
@@ -53,11 +53,6 @@ public:
 protected:
     ItemWithParticles(const QString& abundanceTooltip, const QString& positionTooltip);
 
-private:
-    //! Convenience method to return a rotation item from the contained transformation item.
-    //! nullptr, if no transformation item defined.
-    RotationItem* rotationItem() const;
-
     DoubleProperty m_abundance;
     VectorProperty m_position;
     SelectionProperty<RotationItem*> m_rotation;
-- 
GitLab