* 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 -
This commit is contained in:
Almindor 2008-11-26 22:37:30 +00:00
parent 22bb6c804b
commit 1e69e3955b

View File

@ -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;