0026809: Visualization, TKOpenGl - handle point arrays with per-vertex color within...
[occt.git] / src / MoniTool / MoniTool_OptValue.hxx
index 9afdba1..f1e0755 100644 (file)
@@ -95,32 +95,11 @@ public:
   //! Warning : type is not controlled
   Standard_EXPORT void Value (Handle(Standard_Transient)& val) const;
   
-  Standard_EXPORT virtual void Delete();
-Standard_EXPORT virtual ~MoniTool_OptValue() { Delete(); }
-
-
-
-
-protected:
-
-
-
-
+  Standard_EXPORT virtual ~MoniTool_OptValue();
 
 private:
-
-
-
   TCollection_AsciiString theopt;
   Handle(Standard_Transient) theval;
-
-
 };
 
-
-
-
-
-
-
 #endif // _MoniTool_OptValue_HeaderFile