From 96929c87ecba6e566faee9b10e4dace925e9f971 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 24 Nov 2005 19:04:41 +0000 Subject: [PATCH] Removed redundant declaration of done(). --- demos/xmas.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demos/xmas.c b/demos/xmas.c index 00be5b86..57a03448 100644 --- a/demos/xmas.c +++ b/demos/xmas.c @@ -115,7 +115,7 @@ #endif #ifdef PDCDEBUG -char *rcsid_xmas = "$Id: xmas.c,v 1.3 2005/11/20 04:01:00 wmcbrine Exp $"; +char *rcsid_xmas = "$Id: xmas.c,v 1.4 2005/11/24 19:04:41 wmcbrine Exp $"; #endif #include @@ -179,7 +179,6 @@ WINDOW int main() { - void done(); int loopy; chtype noseattr;