From a0c76169f2468f3b5244ddbd91a8d60d059e54ac Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Tue, 10 Oct 2023 17:19:39 +0200 Subject: [PATCH] . --- GUI/View/Mask/MaskEditorPropertyPanel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/GUI/View/Mask/MaskEditorPropertyPanel.h b/GUI/View/Mask/MaskEditorPropertyPanel.h index c5b5dfb1d62..f270106116a 100644 --- a/GUI/View/Mask/MaskEditorPropertyPanel.h +++ b/GUI/View/Mask/MaskEditorPropertyPanel.h @@ -72,7 +72,6 @@ private: //! Creates the UI to edit the current mask's properties void createMaskEditorUI(); -private: QListView* m_listView; IntensityDataPropertyWidget* m_propertyPanel; MaskContainerModel* m_maskContainerModel; -- GitLab