]> granicus.if.org Git - graphviz/commitdiff
remove one of two glutinit() statements
authorellson <devnull@localhost>
Thu, 11 Jun 2009 20:55:07 +0000 (20:55 +0000)
committerellson <devnull@localhost>
Thu, 11 Jun 2009 20:55:07 +0000 (20:55 +0000)
cmd/smyrna/main.c

index e6f9611f0942d8ef791b0a95976ae0d9aee125b9..985130d0560d90cc8edc94f51dae36b3f9a7189f 100755 (executable)
@@ -149,8 +149,6 @@ int main(int argc, char *argv[])
 {
     GdkGLConfig *glconfig;
     char* initFileName;
-       glutInit(&argc,argv);
-
 
     smyrnaDir = getenv ("SMYRNA_PATH");
     if (!smyrnaDir) {