0024070: OpenGL capped object-level clipping planes
[occt.git] / src / InterfaceGraphic / InterfaceGraphic_Visual3d.hxx
index 9eeb99b..3218bb3 100755 (executable)
@@ -35,27 +35,6 @@ typedef struct {
 
 } CALL_DEF_VERTEX;
 
-
-/* MODELE CLIPPING */
-
-typedef struct {
-
-       int WsId;
-
-       int ViewId;
-
-       int PlaneId;
-
-       int Active;
-
-       float CoefA;
-       float CoefB;
-       float CoefC;
-       float CoefD;
-
-} CALL_DEF_PLANE;
-
-
 /* SOURCE LUMINEUSE */
 
 typedef struct {