]> granicus.if.org Git - graphviz/commitdiff
Add include of glexpose.h;
authorerg <devnull@localhost>
Wed, 4 Aug 2010 15:15:50 +0000 (15:15 +0000)
committererg <devnull@localhost>
Wed, 4 Aug 2010 15:15:50 +0000 (15:15 +0000)
remove unused variable and function

cmd/smyrna/main.c

index 8980aa30aa1a64a51df68f93ee4921d786d5b086..fd460336a70b0aacbbb0f06b96da43920715cc9e 100755 (executable)
@@ -39,6 +39,7 @@
 #include "libintl.h"
 #endif
 #include <assert.h>
+#include "glexpose.h"
 #include "glutrender.h"
 
 #ifdef HAVE_GETOPT_H
@@ -158,6 +159,7 @@ void display()
    glutSwapBuffers();
 
 }
+#if UNUSED
 static void glutMode()
 {
     glutInitWindowSize(512,512);
@@ -167,7 +169,7 @@ static void glutMode()
   
     glutMainLoop(); // Infinite event loop
 }
-
+#endif
 
 static void windowedMode(int argc, char *argv[])
 {
@@ -218,10 +220,6 @@ static void windowedMode(int argc, char *argv[])
 
 int main(int argc, char *argv[])
 {
-    char *initFileName;
-
-
-
     smyrnaDir = getenv("SMYRNA_PATH");
     if (!smyrnaDir) {
 #ifdef _WIN32