mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-18 20:38:52 +02:00
* removed unused var
This commit is contained in:
parent
2e22b30f16
commit
60f4bd98bf
@ -219,8 +219,8 @@ Const
|
|||||||
'G1600x1200x64K',
|
'G1600x1200x64K',
|
||||||
'G1600x1200x16M',
|
'G1600x1200x16M',
|
||||||
'G1600x1200x16M32');
|
'G1600x1200x16M32');
|
||||||
var
|
{var
|
||||||
PhysicalScreen: PGraphicsContext;
|
PhysicalScreen: PGraphicsContext; }
|
||||||
|
|
||||||
{ vga functions }
|
{ vga functions }
|
||||||
Function vga_init: Longint; Cdecl; External;
|
Function vga_init: Longint; Cdecl; External;
|
||||||
@ -595,7 +595,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.16 2000-06-25 13:38:30 jonas
|
Revision 1.17 2000-06-30 22:14:44 peter
|
||||||
|
* removed unused var
|
||||||
|
|
||||||
|
Revision 1.16 2000/06/25 13:38:30 jonas
|
||||||
* disabled libvga_imagesizeproc() because currently the default
|
* disabled libvga_imagesizeproc() because currently the default
|
||||||
getimage and putimage are used (so the default imagesize should
|
getimage and putimage are used (so the default imagesize should
|
||||||
be used too)
|
be used too)
|
||||||
|
Loading…
Reference in New Issue
Block a user