diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-03 15:29:17 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-03 15:29:17 +0530 |
commit | 9a800becdf7f6b3b3524d204485cb7c593b506f5 (patch) | |
tree | 3d426a0bb66e288dcca2d40267b06b72718d3522 /components/script/layout_interface.rs | |
parent | 4f51710ed387baa1ad0a6e4cdb0fc5eee44093d5 (diff) | |
parent | 7fc93c0770cb55cf31cbadc3daff385f60fbbd7f (diff) | |
download | servo-9a800becdf7f6b3b3524d204485cb7c593b506f5.tar.gz servo-9a800becdf7f6b3b3524d204485cb7c593b506f5.zip |
Auto merge of #8239 - Ms2ger:ScriptReflow, r=pcwalton
Remove unused code around ScriptReflow.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8239)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r-- | components/script/layout_interface.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index acb69a02321..afc7adedbd3 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -175,14 +175,10 @@ pub struct ScriptReflow { pub reflow_info: Reflow, /// The document node. pub document: TrustedNodeAddress, - /// The channel through which messages can be sent back to the script task. - pub script_chan: Sender<ConstellationControlMsg>, /// The current window size. pub window_size: WindowSizeData, /// The channel that we send a notification to. pub script_join_chan: Sender<()>, - /// Unique identifier - pub id: u32, /// The type of query if any to perform during this reflow. pub query_type: ReflowQueryType, } |