Bug 1551040 - Fix a warning by removing a now-unused use statement.

MANUAL PUSH: bustage on a CLOSED TREE.
This commit is contained in:
Emilio Cobos Álvarez 2021-01-16 04:44:10 +01:00
parent 08ce37b5ed
commit 281080fcd3

View File

@ -279,7 +279,6 @@ impl DocumentCondition {
#[cfg(feature = "gecko")]
fn allowed_in(&self, context: &ParserContext) -> bool {
use crate::stylesheets::Origin;
use static_prefs::pref;
if context.in_ua_or_chrome_sheet() {