mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
createImageData: remove unnecessary unreachable
This commit is contained in:
@@ -110,8 +110,6 @@ pub fn createImageData(
|
|||||||
return ImageData.constructor(image_data._width, image_data._height, null, page);
|
return ImageData.constructor(image_data._width, image_data._height, null, page);
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
unreachable;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn putImageData(_: *const CanvasRenderingContext2D, _: *ImageData, _: f64, _: f64, _: ?f64, _: ?f64, _: ?f64, _: ?f64) void {}
|
pub fn putImageData(_: *const CanvasRenderingContext2D, _: *ImageData, _: f64, _: f64, _: ?f64, _: ?f64, _: ?f64, _: ?f64) void {}
|
||||||
|
|||||||
Reference in New Issue
Block a user