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