0023663: Removing 2D viewer library
[occt.git] / src / AIS / AIS_ConnectedInteractive.cdl
index 5d532f5..238f67f 100755 (executable)
@@ -49,8 +49,6 @@ uses
     Location              from TopLoc,
     Transformation        from Geom,
     PresentationManager3d from PrsMgr,
-    GraphicObject         from Graphic2d,
-    PresentationManager2d from PrsMgr,
     Presentation          from Prs3d,
     TypeOfPresentation3d  from PrsMgr,
     Selection             from SelectMgr,
@@ -145,18 +143,6 @@ is
                aProjector: Projector from Prs3d;
                 aPresentation: mutable Presentation from Prs3d)
     is redefined;     
-
-    Compute(me:mutable;
-               aPresentationManager: PresentationManager2d from PrsMgr;
-                aPresentation: mutable GraphicObject from Graphic2d;
-                aMode: Integer from Standard = 0)
-       ---Level: Internal 
-       ---Purpose: this method should fill the presentation according to the
-       --          enumerated mode of the application and to the display parameter
-       --          of the application.
-               
-    raises NotImplemented from Standard
-    is redefined;
     
     ComputeSelection(me:mutable; aSelection :mutable Selection from SelectMgr;
                                  aMode      : Integer) is redefined virtual private;