summaryrefslogtreecommitdiff
path: root/src/fltk-images.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-images.adb')
-rw-r--r--src/fltk-images.adb5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fltk-images.adb b/src/fltk-images.adb
index cadf47b..5d72e6d 100644
--- a/src/fltk-images.adb
+++ b/src/fltk-images.adb
@@ -54,11 +54,6 @@ package body FLTK.Images is
(I : in System.Address);
pragma Import (C, fl_image_inactive, "fl_image_inactive");
- function fl_image_fail
- (I : in System.Address)
- return Interfaces.C.int;
- pragma Import (C, fl_image_fail, "fl_image_fail");
-