mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 05:09:25 +02:00
* the TNewModeInfo record type moved to the implementation part of the graph
unit. It is extremely unlikely that this type was ever used by programs, because: 1) the newModeInfo structure of this type is in the implementation part of the unit 2) none of the graph unit procedures and functions use this type either as a parameter or as a function result git-svn-id: trunk@25724 -
This commit is contained in:
parent
c7206dde97
commit
6d1663fdc5
@ -113,6 +113,14 @@ var
|
|||||||
ArcCall: ArcCoordsType; { Information on the last call to Arc or Ellipse }
|
ArcCall: ArcCoordsType; { Information on the last call to Arc or Ellipse }
|
||||||
|
|
||||||
|
|
||||||
|
type
|
||||||
|
TNewModeInfo = record
|
||||||
|
modeInfo: array[lowNewDriver..highNewDriver] of PModeInfo;
|
||||||
|
loHiModeNr: array[lowNewDriver..highNewDriver] of record
|
||||||
|
lo,hi: smallint;
|
||||||
|
end;
|
||||||
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
|
|
||||||
{ ******************** HARDWARE INFORMATION ********************* }
|
{ ******************** HARDWARE INFORMATION ********************* }
|
||||||
|
@ -647,13 +647,6 @@ TYPE
|
|||||||
next: PModeInfo;
|
next: PModeInfo;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TNewModeInfo = record
|
|
||||||
modeInfo: array[lowNewDriver..highNewDriver] of PModeInfo;
|
|
||||||
loHiModeNr: array[lowNewDriver..highNewDriver] of record
|
|
||||||
lo,hi: smallint;
|
|
||||||
end;
|
|
||||||
end;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
VAR
|
VAR
|
||||||
|
Loading…
Reference in New Issue
Block a user