mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +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;
|
||||
{Some procedures that build the screen}
|
||||
|
||||
var s : String;
|
||||
|
||||
BEGIN
|
||||
{$IFDEF UseGraphics}
|
||||
setbkcolor(black);
|
||||
@ -594,7 +592,10 @@ BEGIN
|
||||
END.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.4 2002/06/02 09:49:17 marco
|
||||
|
Loading…
Reference in New Issue
Block a user