Remove pointless comment.
authorCarl Hetherington <cth@carlh.net>
Sun, 8 Nov 2020 21:37:34 +0000 (22:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Nov 2020 00:40:36 +0000 (01:40 +0100)
src/lib/image.cc

index 891715a46c2c1abcf9a1dad5401e05d227e4ab13..57c152f137a396b471ce71b8bbaa842ccd9dce86 100644 (file)
@@ -988,7 +988,6 @@ Image::swap (Image & other)
        std::swap (_aligned, other._aligned);
 }
 
        std::swap (_aligned, other._aligned);
 }
 
-/** Destroy a Image */
 Image::~Image ()
 {
        for (int i = 0; i < planes(); ++i) {
 Image::~Image ()
 {
        for (int i = 0; i < planes(); ++i) {