From 375af8d43723537ab260793d56c8a845cdd7c030 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 2 Nov 2013 19:40:48 +0100 Subject: [PATCH] Remove the now-unused handle_element macro. --- src/components/script/html/hubbub_html_parser.rs | 13 ------------- 1 file changed, 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,