diff options
author | Ms2ger <ms2ger@gmail.com> | 2013-11-02 19:40:48 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2013-11-02 19:40:48 +0100 |
commit | 375af8d43723537ab260793d56c8a845cdd7c030 (patch) | |
tree | d1c8a9f56eb7de34c714890a5412b504c1cfb48f /src/components/script/html/hubbub_html_parser.rs | |
parent | 9e236a3dfd5809926aac34906d522d0635d9275d (diff) | |
download | servo-375af8d43723537ab260793d56c8a845cdd7c030.tar.gz servo-375af8d43723537ab260793d56c8a845cdd7c030.zip |
Remove the now-unused handle_element macro.
Diffstat (limited to 'src/components/script/html/hubbub_html_parser.rs')
-rw-r--r-- | src/components/script/html/hubbub_html_parser.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs index 48a1c7d1c41..fb74f2be47e 100644 --- a/src/components/script/html/hubbub_html_parser.rs +++ b/src/components/script/html/hubbub_html_parser.rs @@ -32,19 +32,6 @@ use extra::future::Future; use extra::url::Url; use geom::size::Size2D; -macro_rules! handle_element( - ($cx: expr, - $document: expr, - $tag: expr, - $string: expr, - $type_id: expr, - $ctor: ident, - [ $(($field:ident : $field_init:expr)),* ]) => ( - handle_element_base!(htmlelement, HTMLElement, - $cx, $document, $tag, $string, $type_id, $ctor, - [$(($field:$field_init)),*]); - ) -) macro_rules! handle_htmlelement( ($cx: expr, $document: expr, |