summaryrefslogtreecommitdiff
path: root/src/fltk-event.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-event.ads')
-rw-r--r--src/fltk-event.ads8
1 files changed, 4 insertions, 4 deletions
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);