| Index: tools/imagediff/image_diff_png.cc
|
| diff --git a/tools/imagediff/image_diff_png.cc b/tools/imagediff/image_diff_png.cc
|
| index a34a799811cfb75859ff2fd815712492991ff79b..7524026c192038c964824bb7da7380385253c3fe 100644
|
| --- a/tools/imagediff/image_diff_png.cc
|
| +++ b/tools/imagediff/image_diff_png.cc
|
| @@ -37,13 +37,6 @@ enum ColorFormat {
|
|
|
| // Represents a comment in the tEXt ancillary chunk of the png.
|
| struct Comment {
|
| - Comment(const std::string& k, const std::string& t)
|
| - : key(k), text(t) {
|
| - }
|
| -
|
| - ~Comment() {
|
| - };
|
| -
|
| std::string key;
|
| std::string text;
|
| };
|
|
|