From 299e482d2917535266446ed7ace123b2272867f1 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 16 Jun 2002 03:53:33 +0000 Subject: [PATCH] *** empty log message *** --- Graphics/Entity.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphics/Entity.cpp b/Graphics/Entity.cpp index cae6a25ea6..ee52857dd2 100644 --- a/Graphics/Entity.cpp +++ b/Graphics/Entity.cpp @@ -1,4 +1,4 @@ -// $Id: Entity.cpp,v 1.18 2002-06-15 23:51:02 geuzaine Exp $ +// $Id: Entity.cpp,v 1.19 2002-06-16 03:53:33 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -356,7 +356,7 @@ void Draw_Vector (int Type, int Fill, break ; default : - Msg(GERROR, "Unknown type of vector to draw"); + //Msg(GERROR, "Unknown type of vector to draw"); break; } -- GitLab