From 0f28695be695a0b2e8fbfff388c61cb69cdc03af Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 26 May 2016 00:38:43 +1000 Subject: The Great Package Naming Style Change(tm) --- fltk-widget-input.ads | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 fltk-widget-input.ads (limited to 'fltk-widget-input.ads') diff --git a/fltk-widget-input.ads b/fltk-widget-input.ads deleted file mode 100644 index c537aef..0000000 --- a/fltk-widget-input.ads +++ /dev/null @@ -1,22 +0,0 @@ - - -package FLTK.Widget.Input is - - - type Input_Type is new Widget_Type with private; - - - function Create (X, Y, W, H : Integer; Label : String) return Input_Type; - - -private - - - type Input_Type is new Widget_Type with null record; - - - overriding procedure Finalize (This : in out Input_Type); - - -end FLTK.Widget.Input; - -- cgit