From 1e9532c3394720a0b7ab22fa843497695d742b83 Mon Sep 17 00:00:00 2001 From: Nicolas RECHATIN Date: Thu, 15 Sep 2022 15:43:21 +0200 Subject: [PATCH] fix : remove unnecessary prototypes in header file --- src/FeaturesPlugin/FeaturesPlugin_Loft.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/FeaturesPlugin/FeaturesPlugin_Loft.h b/src/FeaturesPlugin/FeaturesPlugin_Loft.h index 4ca8cb3bb..aa83785bd 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Loft.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Loft.h @@ -77,14 +77,6 @@ public: /// Use plugin manager for features creation FeaturesPlugin_Loft(); - - private: - /// Convert shape to edge - std::shared_ptr toEdge(const std::shared_ptr& theShape); - - private: - std::shared_ptr myLastEdgeStartPoint; - std::shared_ptr myLastEdgeEndPoint; }; #endif -- 2.39.2