From e5bb7d1ffebbba90aa2c1098c1ff67694dd0fdaf Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 26 May 2020 14:48:38 +0200 Subject: Remove unnecessary removeContextObject calls They are removed on deletion now. Change-Id: I08461ea4938e24ab450df013a0f8f820032381da Reviewed-by: hjk --- src/plugins/scxmleditor/scxmleditordata.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/scxmleditor/scxmleditordata.h') diff --git a/src/plugins/scxmleditor/scxmleditordata.h b/src/plugins/scxmleditor/scxmleditordata.h index 0cd4bf7119..f495f2fbf5 100644 --- a/src/plugins/scxmleditor/scxmleditordata.h +++ b/src/plugins/scxmleditor/scxmleditordata.h @@ -57,7 +57,6 @@ private: QWidget *createModeWidget(); EditorToolBar *createMainToolBar(); - ScxmlContext *m_context = nullptr; Context m_contexts; QWidget *m_modeWidget = nullptr; ScxmlEditorStack *m_widgetStack = nullptr; -- cgit v1.2.1