From adca776b38dc28dd843b330a5a62e5fe5706df6b Mon Sep 17 00:00:00 2001 From: erg Date: Sun, 29 Aug 2010 19:32:42 +0000 Subject: [PATCH] Remove unused variables; add include file to get declaration of xml_string --- cmd/smyrna/draw.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cmd/smyrna/draw.c b/cmd/smyrna/draw.c index 53d59e5bf..3c0bf54c4 100755 --- a/cmd/smyrna/draw.c +++ b/cmd/smyrna/draw.c @@ -22,6 +22,7 @@ XDOT DRAWING FUNCTIONS, maybe need to move them somewhere else #include "draw.h" /* #include "topview.h" */ #include "colorprocs.h" +#include "smyrna_utils.h" #include "glutils.h" #include "math.h" @@ -208,10 +209,10 @@ static void relocate_spline(sdot_op * sop, int param) static void DrawBeziers(sdot_op* o, int param) { - GLfloat tempX[4]; - GLfloat tempY[4]; - GLfloat tempZ[4]; - int temp = 0; + /* GLfloat tempX[4]; */ + /* GLfloat tempY[4]; */ + /* GLfloat tempZ[4]; */ + /* int temp = 0; */ int filled; int i = 0; xdot_op * op=&o->op; -- 2.40.0