aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics/rigidbody.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/physics/rigidbody.cpp')
-rw-r--r--yage/physics/rigidbody.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/yage/physics/rigidbody.cpp b/yage/physics/rigidbody.cpp
deleted file mode 100644
index efbef8d9..00000000
--- a/yage/physics/rigidbody.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-/* ----------------------------------------------------------------------------
- * rigidbody.cpp
- *
- * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
- * See file LICENSE for more details
- * ----------------------------------------------------------------------------
- */
-
-#include <yage/physics/rigidbody.h>
-
-namespace yage
-{
-
-RigidBody::RigidBody(const Vector2d &position, double mass,
- const Vector2d &velocity, bool gravity)
- : ParticleBody(position, mass, velocity, gravity)
-{
-}
-
-} // namespace yage