aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/lib.rs
diff options
context:
space:
mode:
authorjohnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com>2023-11-03 21:43:31 +0000
committerjohnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com>2023-11-03 21:43:31 +0000
commitaa546225a4a513764746e48fcd1f50357a014009 (patch)
treea98fbecb57c976fb38b243aa71da8277ee7eb4e7 /src_testbed/lib.rs
parent70922ba0a70111d34ed01dc9b324c5ebb57df515 (diff)
downloadrapier-aa546225a4a513764746e48fcd1f50357a014009.tar.gz
rapier-aa546225a4a513764746e48fcd1f50357a014009.tar.bz2
rapier-aa546225a4a513764746e48fcd1f50357a014009.zip
delete comments left over in diff
Diffstat (limited to 'src_testbed/lib.rs')
-rw-r--r--src_testbed/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src_testbed/lib.rs b/src_testbed/lib.rs
index 3702866..46364cb 100644
--- a/src_testbed/lib.rs
+++ b/src_testbed/lib.rs
@@ -22,7 +22,6 @@ mod camera3d;
mod debug_render;
mod graphics;
pub mod harness;
-// mod lines;
pub mod objects;
pub mod physics;
#[cfg(all(feature = "dim3", feature = "other-backends"))]