From 7c8e3379428a73b98395b07106759d24f3118514 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 3 Apr 2016 08:47:52 +0000 Subject: [PATCH] Remove "(if fl_window is null)" from Doxygen comment. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11519 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_read_image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fl_read_image.cxx b/src/fl_read_image.cxx index 64161384e..c2071d1a8 100644 --- a/src/fl_read_image.cxx +++ b/src/fl_read_image.cxx @@ -20,7 +20,7 @@ #include /** - Reads an RGB(A) image from the current window or off-screen buffer (if fl_window is null). + Reads an RGB(A) image from the current window or off-screen buffer. \param[in] p pixel buffer, or NULL to allocate one \param[in] X,Y position of top-left of image to read \param[in] W,H width and height of image to read