mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove the now-unused handle_element macro.
This commit is contained in:
parent
9e236a3dfd
commit
375af8d437
1 changed files with 0 additions and 13 deletions
|
@ -32,19 +32,6 @@ use extra::future::Future;
|
||||||
use extra::url::Url;
|
use extra::url::Url;
|
||||||
use geom::size::Size2D;
|
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(
|
macro_rules! handle_htmlelement(
|
||||||
($cx: expr,
|
($cx: expr,
|
||||||
$document: expr,
|
$document: expr,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue