summaryrefslogtreecommitdiff
path: root/thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h')
-rw-r--r--thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h b/thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h
deleted file mode 100644
index 96fe9f8b39..0000000000
--- a/thirdparty/bullet/src/Bullet3Dynamics/shared/b3Inertia.h
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-#ifndef B3_INERTIA_H
-#define B3_INERTIA_H
-
-#include "Bullet3Common/shared/b3Mat3x3.h"
-
-struct b3Inertia
-{
- b3Mat3x3 m_invInertiaWorld;
- b3Mat3x3 m_initInvInertia;
-};
-
-
-#endif //B3_INERTIA_H \ No newline at end of file