From b5dafb2c61840aa15a5e33279672e669398db266 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Thu, 4 Jul 2024 11:46:26 +0200
Subject: [PATCH] rm comment

---
 GUI/Model/Descriptor/SpanProperty.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/GUI/Model/Descriptor/SpanProperty.h b/GUI/Model/Descriptor/SpanProperty.h
index 269c3e7221f..b4d52a56a38 100644
--- a/GUI/Model/Descriptor/SpanProperty.h
+++ b/GUI/Model/Descriptor/SpanProperty.h
@@ -24,12 +24,6 @@
 //! * reduce dependency to axis items and axis classes
 //! * simplify serialization
 //! * easily have a UI supporting solution.
-//!
-//! This class is designed to work seamlessly with the serialization methods; just call it's
-//! serialize for both reading and writing.
-//! For UI integration just use SpanPropertyForm.
-//!
-//! Do not forget to call all two init functions from within the containing class's constructor!
 
 class SpanProperty {
 public:
-- 
GitLab