From 503f178e19ed3ac475f51b8bbc57fca51247948d Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:15:49 +0100 Subject: [PATCH] Update Sofa/framework/Core/src/sofa/core/visual/BaseVisualStyle.h Co-authored-by: Alex Bilger --- Sofa/framework/Core/src/sofa/core/visual/BaseVisualStyle.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sofa/framework/Core/src/sofa/core/visual/BaseVisualStyle.h b/Sofa/framework/Core/src/sofa/core/visual/BaseVisualStyle.h index ae4ada1d9ca..bfeb50bdd67 100644 --- a/Sofa/framework/Core/src/sofa/core/visual/BaseVisualStyle.h +++ b/Sofa/framework/Core/src/sofa/core/visual/BaseVisualStyle.h @@ -29,10 +29,6 @@ namespace sofa::core::visual { -/** - * Write the graph, starting from a root Node, into a std::ostream. - * The format is the DOT language from Graphviz (https://graphviz.org/) - */ class SOFA_CORE_API BaseVisualStyle : public sofa::core::objectmodel::BaseObject { public: