Remove Element.node().

This commit is contained in:
Tetsuharu OHZEKI 2014-11-28 06:05:45 +09:00
parent d53ce7f8d2
commit 1305ac4dd0
2 changed files with 5 additions and 10 deletions

View file

@ -183,11 +183,6 @@ impl Element {
document, ElementBinding::Wrap)
}
#[inline]
pub fn node<'a>(&'a self) -> &'a Node {
&self.node
}
#[inline]
pub fn local_name<'a>(&'a self) -> &'a Atom {
&self.local_name