style: Remove the 'property_name' macro.

Bug: 1458219
Reviewed-by: xidorn
This commit is contained in:
Jonathan Watt 2018-04-25 14:54:26 +01:00 committed by Emilio Cobos Álvarez
parent 6ecc7445fc
commit 12913d048f
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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