Salome HOME
updated copyright message
[modules/gui.git] / src / TreeData / TreeView.cxx
index 26aa961234e5f4ddbf376ce28b548c8f89d528b3..69a88d078ad34fc9ea291138ff8df61f5aa2c1ba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, 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() {