Browse Source

- removed no longer used local variable

git-svn-id: branches/unicodekvm@48769 -
nickysn 4 years ago
parent
commit
17f7cb0e45
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fv/src/drivers.inc

+ 0 - 1
packages/fv/src/drivers.inc

@@ -941,7 +941,6 @@ end;
 
 {$ifdef FV_UNICODE}
 FUNCTION StrWidth(Const S: Sw_String): Sw_Integer;
-VAR EGC: Sw_String;
 BEGIN
    Result := Video.StringDisplayWidth(S);
 END;