From df843c7fe48f33d25981d03975e670a3e7159031 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 7 May 2017 12:04:33 +1000 Subject: Further code cleanup --- src/fltk-widgets-buttons-light-round.ads | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/fltk-widgets-buttons-light-round.ads') diff --git a/src/fltk-widgets-buttons-light-round.ads b/src/fltk-widgets-buttons-light-round.ads index 26d6904..28034ed 100644 --- a/src/fltk-widgets-buttons-light-round.ads +++ b/src/fltk-widgets-buttons-light-round.ads @@ -26,9 +26,5 @@ private (This : in out Round_Button); - package Round_Button_Convert is new System.Address_To_Access_Conversions - (Round_Button'Class); - - end FLTK.Widgets.Buttons.Light.Round; -- cgit