From 1c0383b276531367c579549b4b640e9de0184500 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 15 Sep 2016 03:41:54 +1000 Subject: Menu callbacks working, also some quick testing code that'll probably get deleted later because wynaut --- fltk-callbacks.ads | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 fltk-callbacks.ads (limited to 'fltk-callbacks.ads') diff --git a/fltk-callbacks.ads b/fltk-callbacks.ads deleted file mode 100644 index 4428c44..0000000 --- a/fltk-callbacks.ads +++ /dev/null @@ -1,21 +0,0 @@ - - -package FLTK.Callbacks is - - - type Callback is private; - - - function Create - (Call : access procedure) - return Callback; - - -private - - - type Callback is null record; - - -end FLTK.Callbacks; - -- cgit