diff options
Diffstat (limited to 'toolkit/profile/content/profileSelection.js')
-rw-r--r-- | toolkit/profile/content/profileSelection.js | 2 |
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; |