From 12913d048f402c3516a299ac2fab3d66bddcdc6a Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Wed, 25 Apr 2018 14:54:26 +0100 Subject: [PATCH] style: Remove the 'property_name' macro. Bug: 1458219 Reviewed-by: xidorn --- components/style/properties/properties.mako.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index a1d2ee9d085..5e3d8eaeaaf 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -56,12 +56,6 @@ use style_adjuster::StyleAdjuster; pub use self::declaration_block::*; -#[cfg(feature = "gecko")] -#[macro_export] -macro_rules! property_name { - ($s: tt) => { atom!($s) } -} - <%! from data import Method, Keyword, to_rust_ident, to_camel_case, SYSTEM_FONT_LONGHANDS import os.path