aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/node.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2013-08-30 13:13:46 -0400
committerJosh Matthews <josh@joshmatthews.net>2013-08-30 13:13:46 -0400
commit75f1cbd76fadeb31a987647cb6436c0fdf1c9ce6 (patch)
tree834390ec88c0fb1de908424779ecb720526b3f56 /src/components/script/dom/node.rs
parent7584aee98e71fa60a136b57b1611a376318646ef (diff)
downloadservo-75f1cbd76fadeb31a987647cb6436c0fdf1c9ce6.tar.gz
servo-75f1cbd76fadeb31a987647cb6436c0fdf1c9ce6.zip
Remove all handwritten bindings code.
Diffstat (limited to 'src/components/script/dom/node.rs')
-rw-r--r--src/components/script/dom/node.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/script/dom/node.rs b/src/components/script/dom/node.rs
index f7d01575bf6..0248f86de44 100644
--- a/src/components/script/dom/node.rs
+++ b/src/components/script/dom/node.rs
@@ -608,8 +608,6 @@ impl VoidPtrLike for AbstractNode<LayoutView> {
}
pub fn define_bindings(compartment: @mut Compartment) {
- bindings::node::init(compartment);
- bindings::element::init(compartment);
bindings::utils::initialize_global(compartment.global_obj.ptr);
bindings::codegen::RegisterBindings::Register(compartment);
}