From 322814cd00a156ad3bf9f397ce28ed0b718ffcaa Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 15 May 2018 16:36:41 +1000 Subject: Forgot to comment out a few things --- src/fltk-event.ads | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/fltk-event.ads') diff --git a/src/fltk-event.ads b/src/fltk-event.ads index df53eb0..f103091 100644 --- a/src/fltk-event.ads +++ b/src/fltk-event.ads @@ -192,7 +192,7 @@ private Handlers : Handler_Vectors.Vector := Handler_Vectors.Empty_Vector; - Current_Dispatch : Event_Dispatch := null; + -- Current_Dispatch : Event_Dispatch := null; function fl_widget_get_user_data @@ -206,9 +206,9 @@ private pragma Inline (Add_Handler); pragma Inline (Remove_Handler); - pragma Inline (Get_Dispatch); - pragma Inline (Set_Dispatch); - pragma Inline (Default_Dispatch); + -- pragma Inline (Get_Dispatch); + -- pragma Inline (Set_Dispatch); + -- pragma Inline (Default_Dispatch); pragma Inline (Get_Grab); -- cgit