Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7c42d2a

Browse files
committed
tidy
1 parent 6275461 commit 7c42d2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ui/painting/image_encoding_unittests.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ fml::StatusOr<std::vector<uint32_t>> ReadPngFromMemory(const uint8_t* png_data,
106106
}
107107

108108
png_read_update_info(png, info);
109-
png_size_t rowbytes = png_get_rowbytes(png, info);
110109
std::vector<uint32_t> result(width * height);
111110
std::vector<png_bytep> row_pointers;
112111
row_pointers.reserve(height);

0 commit comments

Comments
 (0)