all: Fix simple warnings and cosmetics.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user