mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
04e042263a
commit
901ecc8211
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user