Bug 1889034 - Remove unused code from webrender_bindings. r=gfx-reviewers,nical

Differential Revision: https://phabricator.services.mozilla.com/D206328
This commit is contained in:
Mike Hommey 2024-04-02 07:36:16 +00:00
parent 04e042263a
commit 901ecc8211

View File

@ -178,12 +178,6 @@ struct BlobReader<'a> {
begin: usize,
}
#[derive(PartialEq, Debug, Eq, Clone, Copy)]
struct IntPoint {
x: i32,
y: i32,
}
/// The metadata for each display item in a blob image (doesn't match the serialized layout).
///
/// See BlobReader above for detailed docs of the blob image format.