diff --git a/toolkit/content/widgets/tabbox.xml b/toolkit/content/widgets/tabbox.xml
index fd9b887deff5..bad131d5262c 100644
--- a/toolkit/content/widgets/tabbox.xml
+++ b/toolkit/content/widgets/tabbox.xml
@@ -526,29 +526,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/toolkit/content/xul.css b/toolkit/content/xul.css
index 34063f83efd5..a05827290b35 100644
--- a/toolkit/content/xul.css
+++ b/toolkit/content/xul.css
@@ -606,17 +606,6 @@ tabs {
-moz-box-orient: horizontal;
}
-/**
- * XXXben - this looks like something added specifically for tabbrowser.
- * if it turns out no one uses this that can't easily be evangelized to
- * use their own roll-your-own binding, then we should get rid of this
- * to tighten up the toolkit api. This binding made obsolete in Firefox
- * by 308396.
- */
-tabs[closebutton="true"] {
- -moz-binding: url("chrome://global/content/bindings/tabbox.xml#tabs-closebutton");
-}
-
tab {
-moz-binding: url("chrome://global/content/bindings/tabbox.xml#tab");
-moz-box-align: center;