From 16301c0b76dc73bc6840ef73ca657d84efd891af Mon Sep 17 00:00:00 2001 From: Ovidiu Mircescu Date: Wed, 21 Oct 2015 16:48:53 +0200 Subject: [PATCH] Remove unused parameters. --- src/genericgui/QtGuiContext.cxx | 2 -- src/genericgui/QtGuiContext.hxx | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/genericgui/QtGuiContext.cxx b/src/genericgui/QtGuiContext.cxx index ce210b26c..107c8fe99 100644 --- a/src/genericgui/QtGuiContext.cxx +++ b/src/genericgui/QtGuiContext.cxx @@ -47,8 +47,6 @@ QtGuiContext::QtGuiContext(GenericGui *gmain) : GuiContext() _stackedWidget = 0; _guiExecutor = 0; _selectedSubject = 0; - _subjectToCut = 0; - _subjectToCopy = 0; _isEdition = true; _isLoadingPresentation = false; _studyId = 0; diff --git a/src/genericgui/QtGuiContext.hxx b/src/genericgui/QtGuiContext.hxx index 88c7a27f3..e4f81bf97 100644 --- a/src/genericgui/QtGuiContext.hxx +++ b/src/genericgui/QtGuiContext.hxx @@ -117,8 +117,6 @@ namespace YACS QString _fileName; YACS::HMI::GuiExecutor *_guiExecutor; YACS::HMI::Subject* _selectedSubject; - YACS::HMI::Subject* _subjectToCut; - YACS::HMI::Subject* _subjectToCopy; bool _isEdition; bool _isLoadingPresentation; int _studyId; -- 2.30.2