summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-bug1458219
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-08-11 00:49:33 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-08-11 00:49:33 +0000
commit985731abc9adfa215c66fe779c3504a78d38bac8 (patch)
tree13b46c5f5f28986b24c5d991197fc3f27712eda0 /mail/thunderbird/files/patch-bug1458219
parentlang/rust-nightly: update to 1.38.0.20190811 (diff)
mail/thunderbird: update to 68.0
Changes: https://www.thunderbird.net/thunderbird/68.0/releasenotes/
Notes
Notes: svn path=/head/; revision=508581
Diffstat (limited to 'mail/thunderbird/files/patch-bug1458219')
-rw-r--r--mail/thunderbird/files/patch-bug145821926
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/thunderbird/files/patch-bug1458219 b/mail/thunderbird/files/patch-bug1458219
deleted file mode 100644
index 0b86d436d050..000000000000
--- a/mail/thunderbird/files/patch-bug1458219
+++ /dev/null
@@ -1,26 +0,0 @@
-commit cfe84bdd1ce1
-Author: Jonathan Watt <jwatt@jwatt.org>
-Date: Wed Apr 25 14:54:26 2018 +0100
-
- Bug 1458219 - Remove the 'property_name' macro. r=xidorn
----
- servo/components/style/properties/properties.mako.rs | 6 ------
- 1 file changed, 6 deletions(-)
-
-diff --git servo/components/style/properties/properties.mako.rs servo/components/style/properties/properties.mako.rs
-index a1d2ee9d085a..5e3d8eaeaaf8 100644
---- servo/components/style/properties/properties.mako.rs
-+++ servo/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