aboutsummaryrefslogtreecommitdiff
path: root/server/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-15 02:01:52 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-15 02:01:52 +0200
commit07746a6c39bbb2ec8d933378fdc6c47e5aab8b4f (patch)
treeaa265f4ba01095a509e903298ee3cb4f14ba2401 /server/src/lib.rs
parent1fcc09430619cab543821c66c8bc722f83dbbe1f (diff)
downloadhurrycurry-07746a6c39bbb2ec8d933378fdc6c47e5aab8b4f.tar
hurrycurry-07746a6c39bbb2ec8d933378fdc6c47e5aab8b4f.tar.bz2
hurrycurry-07746a6c39bbb2ec8d933378fdc6c47e5aab8b4f.tar.zst
remove useless duplicated file
Diffstat (limited to 'server/src/lib.rs')
-rw-r--r--server/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/lib.rs b/server/src/lib.rs
index b87f1cb9..93218a9e 100644
--- a/server/src/lib.rs
+++ b/server/src/lib.rs
@@ -20,7 +20,6 @@ pub mod data;
pub mod entity;
pub mod server;
pub mod interaction;
-pub mod spatial_index;
pub mod state;
use hurrycurry_protocol::glam::Vec2;