]> git.itanic.dy.fi Git - sdl-planets/blobdiff - quadtree.h
Move quadtree comparison code inside quadtree.c
[sdl-planets] / quadtree.h
index 87f3b8c0ba2f536dc8b2276f47ec19fc315b13e8..619a67574fc045f69ed3f7ea959f42d2e1046e7a 100644 (file)
@@ -17,12 +17,6 @@ struct quadtree {
 };
 
 struct quadtree_ops {
-       /*
-        * Comparison function that is needed to find out the correct
-        * location for a node in the tree
-        */
-       int (*compare)(struct quadtree *a, struct quadtree *b);
-
        /*
         * Calculates required statistical information for a node
         */