mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 07:19:17 +02:00
* removed unused var reported in bug #2170
This commit is contained in:
parent
bd6bf8ac94
commit
21863aa21a
@ -354,8 +354,6 @@ END;
|
|||||||
PROCEDURE BuildScreen;
|
PROCEDURE BuildScreen;
|
||||||
{Some procedures that build the screen}
|
{Some procedures that build the screen}
|
||||||
|
|
||||||
var s : String;
|
|
||||||
|
|
||||||
BEGIN
|
BEGIN
|
||||||
{$IFDEF UseGraphics}
|
{$IFDEF UseGraphics}
|
||||||
setbkcolor(black);
|
setbkcolor(black);
|
||||||
@ -594,7 +592,10 @@ BEGIN
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2002-09-07 15:06:35 peter
|
Revision 1.6 2003-09-06 14:14:12 marco
|
||||||
|
* removed unused var reported in bug 2170
|
||||||
|
|
||||||
|
Revision 1.5 2002/09/07 15:06:35 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
Revision 1.4 2002/06/02 09:49:17 marco
|
Revision 1.4 2002/06/02 09:49:17 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user