mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove unused code from script* crates
This commit is contained in:
parent
8dc7a25893
commit
8b6ed3d182
13 changed files with 2 additions and 133 deletions
|
@ -3,10 +3,9 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use app_units::Au;
|
||||
use euclid::{Point2D, Rect};
|
||||
use euclid::Rect;
|
||||
use script_traits::UntrustedNodeAddress;
|
||||
use servo_arc::Arc;
|
||||
use style::properties::longhands::overflow_x;
|
||||
use style::properties::ComputedValues;
|
||||
use webrender_api::ExternalScrollId;
|
||||
|
||||
|
@ -50,8 +49,6 @@ pub struct NodeGeometryResponse {
|
|||
pub client_rect: Rect<i32>,
|
||||
}
|
||||
|
||||
pub struct NodeOverflowResponse(pub Option<Point2D<overflow_x::computed_value::T>>);
|
||||
|
||||
pub struct NodeScrollIdResponse(pub ExternalScrollId);
|
||||
|
||||
pub struct ResolvedStyleResponse(pub String);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue