summaryrefslogtreecommitdiff
path: root/src/fltk_binding/fltk-callbacks.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-09-15 03:41:54 +1000
committerJed Barber <jjbarber@y7mail.com>2016-09-15 03:41:54 +1000
commitbfcc3811a3ce55cafa6f7809d0d92c87238ea032 (patch)
tree6727c02fc76f00580ce7a238ea9cb5f2656e7918 /src/fltk_binding/fltk-callbacks.ads
parent6c61d634be9aa3cd30c1bf0254eee5d36a37eeb5 (diff)
Menu callbacks working, also some quick testing code that'll probably get deleted later because wynaut
Diffstat (limited to 'src/fltk_binding/fltk-callbacks.ads')
-rw-r--r--src/fltk_binding/fltk-callbacks.ads21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/fltk_binding/fltk-callbacks.ads b/src/fltk_binding/fltk-callbacks.ads
deleted file mode 100644
index 4428c44..0000000
--- a/src/fltk_binding/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;
-