Salome HOME
Copyright update 2022
[modules/gui.git] / src / TreeData / TreeView.cxx
index 2735b13ace6d011adc921186be9cb07d7f4e6241..29148f9ec1dfe03233f5c17c177d6ac44d1d3196 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -41,8 +41,8 @@ TreeView::TreeView(QWidget * parent)
   _lastActionId = 0;
 
   // Default actions for tests
-  int displayActionId = addAction(QObject::tr("Afficher"));
-  int editActionId    = addAction(QObject::tr("Editer"));
+  /*int displayActionId = */addAction(QObject::tr("Afficher"));
+  /*int editActionId    = */addAction(QObject::tr("Editer"));
 }
 
 TreeView::~TreeView() {