From: Carl Hetherington Date: Sun, 8 Nov 2020 21:37:34 +0000 (+0100) Subject: Remove pointless comment. X-Git-Tag: v2.15.108~59 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0a599a0f32da02358d1caac11e7c61a2d5bd0aa0 Remove pointless comment. --- diff --git a/src/lib/image.cc b/src/lib/image.cc index 891715a46..57c152f13 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -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) {