Browse Source

* remove ifdefs in var section of library load routine (produces some
unused vars on some platforms but is easier to keep cross-platform)

git-svn-id: trunk@12237 -

Almindor 16 years ago
parent
commit
1e69e3955b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/aspell/src/aspell.pp

+ 0 - 4
packages/aspell/src/aspell.pp

@@ -1034,14 +1034,10 @@ end;
 function aspell_init(const libn: ansistring): Boolean;
 var
   libname: ansistring;
-  {$IFDEF WINDOWS}
   bversion, path: ansistring;
   version: dword;
-  {$ENDIF}
-  {$ifdef linux}
   i: Integer;
   s: string;
-  {$endif}
 begin
   aspell_init := True;
   libname := libn;