Browse Source

* removed unused var reported in bug #2170

marco 22 years ago
parent
commit
21863aa21a
1 changed files with 4 additions and 3 deletions
  1. 4 3
      demo/graph/samegame.pp

+ 4 - 3
demo/graph/samegame.pp

@@ -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