Browse Source

* win/sysutils.pp, removed an unused variable (forgotten part of r13838)

git-svn-id: trunk@16282 -
sergei 15 years ago
parent
commit
0933bdc045
1 changed files with 0 additions and 5 deletions
  1. 0 5
      rtl/win/sysutils.pp

+ 0 - 5
rtl/win/sysutils.pp

@@ -217,11 +217,6 @@ end;
                               File Functions
 ****************************************************************************}
 
-var
-  SetFilePointerEx : function(hFile : THandle;
-    liDistanceToMove : int64;lpNewFilePointer : pint64;
-    dwMoveMethod : DWord) : ByteBool;stdcall;
-
 Function FileOpen (Const FileName : string; Mode : Integer) : THandle;
 const
   AccessMode: array[0..2] of Cardinal  = (