Salome HOME
Merge from V6_main 11/02/2013
[modules/geom.git] / src / OBJECT / GEOM_AISShape.hxx
index eec1ef7bfd39b587ce27add31848b422e3fb01aa..5bd38ac77ad992b33a7a0091fa35795a551e669c 100644 (file)
@@ -116,7 +116,6 @@ public:
         void highlightSubShapes(const TColStd_IndexedMapOfInteger& aIndexMap, const Standard_Boolean aHighlight );
         ~GEOM_AISShape();
 
-        void SetTransparency(const Standard_Real aValue);
         void SetShadingColor(const Quantity_Color &aCol);
         void SetEdgesInShadingColor(const Quantity_Color &aCol);
         void SetDisplayVectors(bool isShow);
@@ -172,7 +171,6 @@ private:
   TCollection_AsciiString  myName;
   bool                     myDisplayVectors;
   Standard_Boolean         myTopLevel;
-  Graphic3d_MaterialAspect myCurrentMaterial;
   Standard_Integer         myPrevDisplayMode;
 
   static TopLevelDispMode myTopLevelDm;