summaryrefslogtreecommitdiff
path: root/src/fltk-images.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-07-28 10:57:19 +1000
committerJed Barber <jjbarber@y7mail.com>2017-07-28 10:57:19 +1000
commit2d00fe01eb5fb245d0ca4be020e5e08895631805 (patch)
treec4e615ac361fd0eabba5648adce0d76fa37bca9f /src/fltk-images.adb
parent1e761c7b4491377fe9c91a37c438856178cc4f8e (diff)
Forgot to add exceptions to derivative Image constructors
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");
-