]> granicus.if.org Git - graphviz/commitdiff
Remove unused code in glutils.c
authorerg <devnull@localhost>
Sat, 19 Apr 2008 15:59:02 +0000 (15:59 +0000)
committererg <devnull@localhost>
Sat, 19 Apr 2008 15:59:02 +0000 (15:59 +0000)
lib/glcomp/glutils.c

index 7aa4f212a9747c512510a73706fd9e689472437d..48055e47dcdb69c1881dad3fb9627b5e18380b4a 100644 (file)
@@ -14,7 +14,7 @@
 **********************************************************/
 
 #include "glutils.h"
-#include "glexpose.h"
+/* #include "glexpose.h" */
 
 /* at given depth value, tranforms 2d Window location to 3d gl coords*/
 int GetFixedOGLPos(int x, int y, float kts, GLfloat * X, GLfloat * Y,
@@ -174,6 +174,7 @@ int GetFixedOGLPoslocal(int x, int y, float kts, GLfloat * X, GLfloat * Y,
 
 }
 
+#if 0
 int glreversecamera(ViewInfo * view)
 {
 
@@ -193,4 +194,5 @@ int glreversecamera(ViewInfo * view)
        return 1;
 }
 
+#endif