ImageData: remove unnecessary comments

This commit is contained in:
Halil Durak
2026-02-17 02:18:13 +03:00
parent 9a4cebaa1b
commit 3c01e24f02

View File

@@ -67,10 +67,6 @@ pub fn constructor(
} }
const size = width * height * 4; const size = width * height * 4;
//const mem = try page.arena.alloc(u8, size);
//// Zero-init since debug mode fills w/ char 170.
//@memset(mem, 0);
return page._factory.create(ImageData{ return page._factory.create(ImageData{
._width = width, ._width = width,
._height = height, ._height = height,