From e19321982c88da9b00223da025124063c2b82716 Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Thu, 13 Aug 2020 13:27:01 +0200 Subject: [PATCH] Further cleanup --- rtengine/iimage.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rtengine/iimage.h b/rtengine/iimage.h index a9415269e..663795238 100644 --- a/rtengine/iimage.h +++ b/rtengine/iimage.h @@ -1833,7 +1833,6 @@ public: /** @brief Sets the progress listener if you want to follow the progress of the image saving operations (optional). * @param pl is the pointer to the class implementing the ProgressListener interface */ virtual void setSaveProgressListener (ProgressListener* pl) = 0; - /** @brief Free the image */ }; /** @brief This class represents an image having a float pixel planar representation.