From 34d2c4740873ea4f88a576a385ad3376b6dab8c0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 26 Apr 2004 19:56:45 +0000
Subject: [PATCH] removed unused variables

---
 Graphics/Post.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Graphics/Post.cpp b/Graphics/Post.cpp
index 3cfca657a2..258477364e 100644
--- a/Graphics/Post.cpp
+++ b/Graphics/Post.cpp
@@ -1,4 +1,4 @@
-// $Id: Post.cpp,v 1.58 2004-04-26 19:54:16 geuzaine Exp $
+// $Id: Post.cpp,v 1.59 2004-04-26 19:56:45 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -309,7 +309,7 @@ void Draw_TensorList(Post_View * v, double ValMin, double ValMax,
 
 void Draw_Post(void)
 {
-  int iView, j, k, nb;
+  int iView, nb;
   double ValMin = 0., ValMax = 0.;
   Post_View *v;
 
-- 
GitLab