all: Fix simple warnings and cosmetics.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
--
|
||||
with c_math_c.Vector_3;
|
||||
with Interfaces.C;
|
||||
use Interfaces.C;
|
||||
with Interfaces.C.Pointers;
|
||||
|
||||
package box2d_c.b2d_Contact is
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
--
|
||||
with c_math_c.Vector_3;
|
||||
with Interfaces.C;
|
||||
use Interfaces.C;
|
||||
with Interfaces.C.Pointers;
|
||||
|
||||
package box2d_c.b2d_point_Collision is
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
with c_math_c;
|
||||
with c_math_c.Vector_3;
|
||||
with Interfaces.C;
|
||||
use Interfaces.C;
|
||||
with Interfaces.C.Pointers;
|
||||
|
||||
package box2d_c.b2d_ray_Collision is
|
||||
|
||||
@@ -13,8 +13,6 @@ with c_math_c.Vector_2;
|
||||
with c_math_c.Vector_3;
|
||||
with Interfaces.C;
|
||||
with swig;
|
||||
with Interfaces.C;
|
||||
use Interfaces.C;
|
||||
|
||||
package box2d_c.Binding is
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
-- This file is generated by SWIG. Please do not modify by hand.
|
||||
--
|
||||
with Interfaces.C;
|
||||
use Interfaces.C;
|
||||
with Interfaces.C.Pointers;
|
||||
|
||||
package box2d_c.joint_Cursor is
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
-- This file is generated by SWIG. Please do not modify by hand.
|
||||
--
|
||||
with Interfaces.C;
|
||||
use Interfaces.C;
|
||||
with Interfaces.C.Pointers;
|
||||
with System;
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
--
|
||||
with swig;
|
||||
with Interfaces.C;
|
||||
use Interfaces.C;
|
||||
|
||||
package box2d_c is
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ with
|
||||
c_math_c.Vector_2,
|
||||
c_math_c.Conversion,
|
||||
|
||||
ada.unchecked_Deallocation,
|
||||
ada.unchecked_Conversion;
|
||||
ada.unchecked_Deallocation;
|
||||
|
||||
|
||||
package body box2d_Physics.Shape
|
||||
is
|
||||
|
||||
@@ -16,8 +16,6 @@ with
|
||||
|
||||
ada.unchecked_Conversion;
|
||||
|
||||
with ada.Text_IO; use ada.Text_IO;
|
||||
|
||||
|
||||
package body box2d_Physics.Space
|
||||
is
|
||||
|
||||
@@ -7,10 +7,10 @@ with
|
||||
c_math_c.Triangle,
|
||||
|
||||
ada.unchecked_Deallocation,
|
||||
ada.Unchecked_Conversion,
|
||||
|
||||
interfaces.C;
|
||||
|
||||
|
||||
package body bullet_Physics.Shape
|
||||
is
|
||||
use c_math_c.Conversion,
|
||||
|
||||
Reference in New Issue
Block a user