add include file to get declaration of xml_string
#include "draw.h"
/* #include "topview.h" */
#include "colorprocs.h"
+#include "smyrna_utils.h"
#include "glutils.h"
#include "math.h"
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;