0024198: Remove unused stuff in WNT package
[occt.git] / src / WNT / WNT.cdl
index c3311d5..218d901 100755 (executable)
@@ -60,10 +60,6 @@ package WNT
         ---Purpose:  Creates a Windows NT window class.
         ---Category: Classes
 
-    class Image;
-        ---Purpose:  Defines the class
-        ---Category: Classes
-
         ---------------------------
         -- Category: Enumerations
         ---------------------------
@@ -75,13 +71,6 @@ package WNT
 
     end OrientationType;
 ---Purpose: Portrait/landscape orientation.
-    enumeration TypeOfImage is
-
-        TOI_BMP,         --Windows NT's device independent bitmap
-        TOI_XWD,         --X windows's image format
-        TOI_GIF          --CompuServe's Graphic Interchange Format
-
-    end TypeOfImage;
 
 
         ---------------------------
@@ -89,10 +78,6 @@ package WNT
         ---------------------------
 
 
-    imported Long;
-        ---Purpose:  Defines a Windows NT LONG type.
-        ---Category: Imported types
-
     imported Dword;
         ---Purpose:  Defines a Windows NT DWORD type.
         ---Category: Imported types
@@ -101,14 +86,6 @@ package WNT
         ---Purpose:  Defines a Windows NT UINT type.
         ---Category: Imported types
 
-    imported LogFont;
-        ---Purpose:  Defines a Windows NT LOGFONT type.
-        ---Category: Imported types
-
-    imported ColorRef;
-        ---Purpose:  Defines a Windows NT COLORREF type.
-        ---Category: Imported types
-
     imported WindowData;
         ---Purpose:  Defines additional window data type.
         ---Category: Imported types
@@ -120,17 +97,4 @@ package WNT
 
     pointer WindowPtr to Window from WNT;
 
-        ---------------------------------
-        -- Category: Instantiated classes
-        ---------------------------------
-
-    class ColorTable instantiates
-     Array1 from TCollection ( ColorRef from WNT );
-
-    class HColorTable instantiates
-     HArray1 from TCollection ( ColorRef from WNT, ColorTable from WNT );
-
-    class SequenceOfImage instantiates
-     Sequence from TCollection ( Image from WNT );
-
 end WNT;