aboutsummaryrefslogtreecommitdiff
path: root/benchmarks2d/joint_fixed2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks2d/joint_fixed2.rs')
-rw-r--r--benchmarks2d/joint_fixed2.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmarks2d/joint_fixed2.rs b/benchmarks2d/joint_fixed2.rs
index 861912c..e42ad99 100644
--- a/benchmarks2d/joint_fixed2.rs
+++ b/benchmarks2d/joint_fixed2.rs
@@ -78,8 +78,3 @@ pub fn init_world(testbed: &mut Testbed) {
testbed.set_world(bodies, colliders, joints);
testbed.look_at(Point2::new(50.0, 50.0), 5.0);
}
-
-fn main() {
- let testbed = Testbed::from_builders(0, vec![("Joints", init_world)]);
- testbed.run()
-}