mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 06:20:45 +02:00
* removed unused var
This commit is contained in:
parent
2e22b30f16
commit
60f4bd98bf
@ -219,8 +219,8 @@ Const
|
||||
'G1600x1200x64K',
|
||||
'G1600x1200x16M',
|
||||
'G1600x1200x16M32');
|
||||
var
|
||||
PhysicalScreen: PGraphicsContext;
|
||||
{var
|
||||
PhysicalScreen: PGraphicsContext; }
|
||||
|
||||
{ vga functions }
|
||||
Function vga_init: Longint; Cdecl; External;
|
||||
@ -595,7 +595,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$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
|
||||
getimage and putimage are used (so the default imagesize should
|
||||
be used too)
|
||||
|
Loading…
Reference in New Issue
Block a user