mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-23 00:59:19 +02:00
freetype: reduced implementation uses to avoid triggering fpc bug
This commit is contained in:
parent
8202264d10
commit
76c3448700
@ -10,6 +10,8 @@ uses
|
||||
{$IFDEF VIRTUALPASCAL}
|
||||
Use32,
|
||||
{$ENDIF}
|
||||
TTError,
|
||||
TTCalc, { used for MulDiv }
|
||||
TTTypes,
|
||||
SysUtils;
|
||||
|
||||
@ -134,11 +136,6 @@ procedure ProfileList_Split( List : TProfile; out Part1, Part2: TProfile);
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
TTCalc, { used for MulDiv }
|
||||
TTError ;
|
||||
|
||||
|
||||
(************************************************)
|
||||
(* *)
|
||||
(* ProfileList_Init *)
|
||||
|
@ -49,6 +49,8 @@ uses
|
||||
{$IFDEF VIRTUALPASCAL}
|
||||
Use32,
|
||||
{$ENDIF}
|
||||
SysUtils,
|
||||
TTError,
|
||||
TTTypes,
|
||||
TTProfile;
|
||||
|
||||
@ -219,10 +221,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
TTError,
|
||||
SysUtils;
|
||||
|
||||
const
|
||||
Pixel_Bits = 6; (* fractional bits of input coordinates *)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user