From: Ovidiu Mircescu Date: Wed, 21 Oct 2015 14:48:53 +0000 (+0200) Subject: Remove unused parameters. X-Git-Tag: V8_0_pre~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16301c0b76dc73bc6840ef73ca657d84efd891af;p=modules%2Fyacs.git Remove unused parameters. --- 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;