summaryrefslogtreecommitdiff
path: root/toolkit/content/customizeToolbar.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/customizeToolbar.js')
-rw-r--r--toolkit/content/customizeToolbar.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/content/customizeToolbar.js b/toolkit/content/customizeToolbar.js
index 05151b905d..1775d9f52a 100644
--- a/toolkit/content/customizeToolbar.js
+++ b/toolkit/content/customizeToolbar.js
@@ -212,10 +212,6 @@ function wrapToolbarItems()
{
forEachCustomizableToolbar(function (toolbar) {
Array.forEach(toolbar.childNodes, function (item) {
-#ifdef XP_MACOSX
- if (item.firstChild && item.firstChild.localName == "menubar")
- return;
-#endif
if (isToolbarItem(item)) {
let wrapper = wrapToolbarItem(item);
cleanupItemForToolbar(item, wrapper);