fix
[carveJwlIkooP6JGAAIwe30JlM.git] / world.h
diff --git a/world.h b/world.h
index 5b27ef7951b7479ad9c715bef7abafb5f366e65c..f70f9ee87efc680ff40da95cb1064b7466f2283b 100644 (file)
--- a/world.h
+++ b/world.h
@@ -305,18 +305,10 @@ VG_STATIC struct gworld
          *scene_no_collide,
          *scene_lines;
 
-   struct grind_edge
-   {
-      v3f p0, p1;
-   }
-   *grind_edges;
-   u32 grind_edge_count;
-
    /* spacial mappings */
    bh_tree *audio_bh,
            *trigger_bh,
-           *geo_bh,
-           *grind_bh;
+           *geo_bh;
 
    /* graphics */
    glmesh mesh_route_lines;