Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/cribbage remove redundant decl



details:   https://anonhg.NetBSD.org/src/rev/60bab2e6bd6a
branches:  trunk
changeset: 503355:60bab2e6bd6a
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 05 00:28:30 2001 +0000

description:
remove redundant decl

diffstat:

 games/cribbage/crib.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r b2be23586c14 -r 60bab2e6bd6a games/cribbage/crib.c
--- a/games/cribbage/crib.c     Mon Feb 05 00:27:35 2001 +0000
+++ b/games/cribbage/crib.c     Mon Feb 05 00:28:30 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crib.c,v 1.13 2000/05/08 07:56:03 mycroft Exp $        */
+/*     $NetBSD: crib.c,v 1.14 2001/02/05 00:28:30 christos Exp $       */
 
 /*-
  * Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)crib.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: crib.c,v 1.13 2000/05/08 07:56:03 mycroft Exp $");
+__RCSID("$NetBSD: crib.c,v 1.14 2001/02/05 00:28:30 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -196,8 +196,6 @@
 void
 gamescore()
 {
-       extern int Lastscore[];
-
        if (pgames || cgames) {
                mvprintw(SCORE_Y + 1, SCORE_X + 28, "Games: %3d", pgames);
                mvprintw(SCORE_Y + 7, SCORE_X + 28, "Games: %3d", cgames);



Home | Main Index | Thread Index | Old Index