Remove pointless comment.
[dcpomatic.git] / src / lib / image.cc
index 891715a46c2c1abcf9a1dad5401e05d227e4ab13..57c152f137a396b471ce71b8bbaa842ccd9dce86 100644 (file)
@@ -988,7 +988,6 @@ Image::swap (Image & other)
        std::swap (_aligned, other._aligned);
 }
 
-/** Destroy a Image */
 Image::~Image ()
 {
        for (int i = 0; i < planes(); ++i) {