diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-08 22:37:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-16 01:40:36 +0100 |
| commit | 0a599a0f32da02358d1caac11e7c61a2d5bd0aa0 (patch) | |
| tree | 5d6a1b6e7841a558051113ee49c87241614a9953 | |
| parent | e64a1a9aae0200d14feed49a4c6cf537bf5708a4 (diff) | |
Remove pointless comment.
| -rw-r--r-- | src/lib/image.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |
