summaryrefslogtreecommitdiff
path: root/toolkit/profile/content/profileSelection.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/profile/content/profileSelection.js')
-rw-r--r--toolkit/profile/content/profileSelection.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/profile/content/profileSelection.js b/toolkit/profile/content/profileSelection.js
index 05ef6f5edb..9fb77dfcd0 100644
--- a/toolkit/profile/content/profileSelection.js
+++ b/toolkit/profile/content/profileSelection.js
@@ -134,9 +134,7 @@ function onProfilesKey(aEvent)
switch ( aEvent.keyCode )
{
case KeyEvent.DOM_VK_BACK_SPACE:
-#ifndef XP_MACOSX
break;
-#endif
case KeyEvent.DOM_VK_DELETE:
ConfirmDelete();
break;