Browse Source

* removed deprecated props

git-svn-id: trunk@33011 -
marco 9 years ago
parent
commit
1d5e9ba35f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/winunits-base/src/activex.pp

+ 0 - 2
packages/winunits-base/src/activex.pp

@@ -1117,12 +1117,10 @@ Const
 
 
 TYPE
 TYPE
     TVarType            = USHORT;
     TVarType            = USHORT;
-    VARTYPE             = TVarType deprecated;  // not in Delphi, and clashes with VarType function
 
 
 //TypeInfo stuff.
 //TypeInfo stuff.
 
 
     TDispID             = Long;
     TDispID             = Long;
-    DISPID              = TDispID deprecated;  // not in Delphi and clashes with property modifier
     SCODE               = Long;
     SCODE               = Long;
     pSCODE              = ^SCODE;
     pSCODE              = ^SCODE;
     lpDISPID            = ^TDispID;
     lpDISPID            = ^TDispID;