From 62a4f07088d73908fa864dee3908bb749c274194 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 21 Jan 2021 16:56:01 +0100 Subject: [PATCH] Rollback --- src/Container/SALOME_Component_i.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Container/SALOME_Component_i.hxx b/src/Container/SALOME_Component_i.hxx index 49bcb57dc..57557ffc7 100644 --- a/src/Container/SALOME_Component_i.hxx +++ b/src/Container/SALOME_Component_i.hxx @@ -124,7 +124,6 @@ public: // --- local C++ methods PortableServer::ObjectId * getId(); - void setId(PortableServer::ObjectId *id) { _id = id; } Engines_Container_i *GetContainerPtr(); std::string getContainerName(); void setContainerName(); -- 2.39.2