remove unused parameter from quad tree
This commit is contained in:
@@ -225,7 +225,7 @@ struct
|
||||
foldWithDuplicates (f, br, acc)
|
||||
end
|
||||
|
||||
fun insertItemIntoTree ignoreData (item, acc) =
|
||||
fun insertItemIntoTree (item, acc) =
|
||||
if #data item = 0 then
|
||||
(* ignore specific data by not inserting it into tree.
|
||||
* May later functorise this quad tree,
|
||||
|
||||
Reference in New Issue
Block a user