From 42b4db08016753de4045ebea99c78d8ff942c4c2 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sun, 24 May 2015 18:19:24 +0000 Subject: Moved docs for fail() from prototype in Fl_Image.H -> implementation in Fl_Image.cxx. Also added coded example to assist app programmers in usage. (Matt: feel free to modify the example code as needed) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10734 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Image.H | 7 ------- 1 file changed, 7 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index ea408ebcd..818e656ee 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -129,13 +129,6 @@ public: Use the count() method to find the size of the data array. */ const char * const *data() const {return data_;} - /** - Returns a value that is not 0 if there is currently no image - available. - \return ERR_NO_IMAGE if no image was found - \return ERR_FILE_ACCESS if there was a file access related error (errno should be set) - \return ERR_FORMAT if image decoding failed. - */ int fail(); Fl_Image(int W, int H, int D); virtual ~Fl_Image(); -- cgit v1.2.3