From 58223e4a5f33d2cf3dd22722d6a8dfefa69e102e Mon Sep 17 00:00:00 2001 From: ahcorde Date: Thu, 3 Feb 2022 22:19:00 +0100 Subject: [PATCH] Removed unused variables in shapes plugin Signed-off-by: ahcorde --- src/gui/plugins/shapes/Shapes.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/plugins/shapes/Shapes.cc b/src/gui/plugins/shapes/Shapes.cc index dc00229760..be68df3105 100644 --- a/src/gui/plugins/shapes/Shapes.cc +++ b/src/gui/plugins/shapes/Shapes.cc @@ -37,11 +37,6 @@ namespace ignition::gazebo { class ShapesPrivate { - /// \brief Ignition communication node. - public: transport::Node node; - - /// \brief Transform control service name - public: std::string service; }; }