all: Fix simple warnings and cosmetics.

This commit is contained in:
Rod Kay
2025-09-21 11:39:31 +10:00
parent aa5ff988fa
commit b02c1a92f7
35 changed files with 47 additions and 165 deletions

View File

@@ -1,9 +1,6 @@
with
gel.World.simple,
gel.Camera.forge,
gel.Events,
lace.Event.utility;
gel.Camera.forge;
package body gel.Applet.gui_and_sim_world
@@ -13,7 +10,6 @@ is
use_Window : in gel.Window.view)
is
pragma Unreferenced (use_Window);
use lace.Event.utility;
begin
declare
the_world_Info : constant world_Info_view := new world_Info;