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-button-light-round.ads | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 fltk-widget-button-light-round.ads (limited to 'fltk-widget-button-light-round.ads') diff --git a/fltk-widget-button-light-round.ads b/fltk-widget-button-light-round.ads deleted file mode 100644 index e440b1a..0000000 --- a/fltk-widget-button-light-round.ads +++ /dev/null @@ -1,25 +0,0 @@ - - -package FLTK.Widget.Button.Light.Round is - - - type Round_Type is new Light_Type with private; - - - function Create - (X, Y, W, H : Integer; - Label : String) - return Round_Type; - - -private - - - type Round_Type is new Light_Type with null record; - - - overriding procedure Finalize (This : in out Round_Type); - - -end FLTK.Widget.Button.Light.Round; - -- cgit