From 916e2c206dc5c98978d0c489dd54933e42b5bf2e Mon Sep 17 00:00:00 2001 From: Craig Disselkoen Date: Wed, 22 Aug 2018 13:26:39 -0700 Subject: [PATCH] Remove outdated comment in stylist.rs --- components/style/stylist.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/style/stylist.rs b/components/style/stylist.rs index dbddca725e1..1fbf493667f 100644 --- a/components/style/stylist.rs +++ b/components/style/stylist.rs @@ -824,9 +824,6 @@ impl Stylist { /// /// layout_parent_style is the style used for some property fixups. It's /// the style of the nearest ancestor with a layout box. - /// - /// is_link should be true if we're computing style for a link; that affects - /// how :visited handling is done. pub fn cascade_style_and_visited( &self, element: Option,