mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Remove unused code from selector and style crates
This commit is contained in:
parent
8dc7a25893
commit
642b7c3ea1
9 changed files with 1 additions and 101 deletions
|
@ -21,6 +21,7 @@ use to_shmem::{SharedMemoryBuilder, ToShmem};
|
|||
|
||||
/// With asynchronous stylesheet parsing, we can't synchronously create a
|
||||
/// GeckoStyleSheet. So we use this placeholder instead.
|
||||
#[cfg(feature = "gecko")]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct PendingSheet {
|
||||
origin: Origin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue