From 675bcc91122e3a370a8be5774e1c4e42853d3a0e Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Tue, 10 Oct 2023 14:15:29 +0200 Subject: [PATCH] cleanup --- GUI/View/SampleDesigner/SampleEditorController.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/GUI/View/SampleDesigner/SampleEditorController.h b/GUI/View/SampleDesigner/SampleEditorController.h index 41c602daf4c..41eab2eef33 100644 --- a/GUI/View/SampleDesigner/SampleEditorController.h +++ b/GUI/View/SampleDesigner/SampleEditorController.h @@ -17,7 +17,6 @@ #include "GUI/Model/Sample/FormFactorItemCatalog.h" #include "GUI/Model/Sample/ItemWithParticlesCatalog.h" -#include <QUndoStack> class CompoundItem; class CoreAndShellForm; @@ -134,7 +133,6 @@ private: ItemWithParticles* createAndInitItem(ItemWithParticlesCatalog::Type itemType) const; private: - QUndoStack m_undoStack; SampleItem* m_sampleItem; SampleForm* m_sampleForm; ProjectDocument* m_document; -- GitLab