From ad33604db3ff321a80e0ccac740f3ece042579f7 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 18 May 2002 09:28:12 +0000 Subject: [PATCH] unused vars --- Box/Main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Box/Main.cpp b/Box/Main.cpp index 4d081ffcab..3b35ca11a1 100644 --- a/Box/Main.cpp +++ b/Box/Main.cpp @@ -1,4 +1,4 @@ -// $Id: Main.cpp,v 1.19 2002-05-18 09:16:52 geuzaine Exp $ +// $Id: Main.cpp,v 1.20 2002-05-18 09:28:12 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -156,10 +156,8 @@ void Signal (int sig_num){ // General purpose message routine void Msg(int level, char *fmt, ...){ - va_list args; int abort=0; - int nb, nbvis; va_start (args, fmt); -- GitLab