]> Pileus Git - grits/blobdiff - src/roam.c
libgis -> grits: Fix build after rename
[grits] / src / roam.c
index 3de5b5b7258ea938116827bf815ac2a1b5fee66e..497f4979137aa5928c62dcddfb64fe50abd2c752 100644 (file)
@@ -35,7 +35,7 @@
 #include <GL/glu.h>
 
 #include "gpqueue.h"
-#include "gis-util.h"
+#include "grits-util.h"
 #include "roam.h"
 
 /*
@@ -84,13 +84,6 @@ RoamPoint *roam_point_new(gdouble lat, gdouble lon, gdouble elev)
        return point;
 }
 
-static RoamPoint *roam_point_dup(RoamPoint *point)
-{
-       RoamPoint *new = g_memdup(point, sizeof(RoamPoint));
-       new->tris = 0;
-       return new;
-}
-
 /**
  * roam_point_add_triangle:
  * @point:    the point