mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 12:44:43 +00:00
ImageData: remove unnecessary comments
This commit is contained in:
@@ -67,10 +67,6 @@ pub fn constructor(
|
||||
}
|
||||
|
||||
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{
|
||||
._width = width,
|
||||
._height = height,
|
||||
|
||||
Reference in New Issue
Block a user