From e8fec27b021a7a7267c434edf16ebc8c5c48abd8 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Tue, 15 Oct 2019 10:20:51 +0800 Subject: [PATCH] Gui: remove SelectionStyle from ViewProviderGeometryObject The property has been moved to ViewProviderDocumentObject. Forgot to remove it in ViewProviderGeometryObject. --- src/Gui/ViewProviderGeometryObject.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Gui/ViewProviderGeometryObject.h b/src/Gui/ViewProviderGeometryObject.h index 20b6748dee..7d693bab38 100644 --- a/src/Gui/ViewProviderGeometryObject.h +++ b/src/Gui/ViewProviderGeometryObject.h @@ -60,7 +60,6 @@ public: App::PropertyMaterial ShapeMaterial; App::PropertyBool BoundingBox; App::PropertyBool Selectable; - App::PropertyEnumeration SelectionStyle; /** * Attaches the document object to this view provider.