summaryrefslogtreecommitdiff
path: root/widget/WidgetEventImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'widget/WidgetEventImpl.cpp')
-rw-r--r--widget/WidgetEventImpl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/widget/WidgetEventImpl.cpp b/widget/WidgetEventImpl.cpp
index 59c80672b1..1302c3e948 100644
--- a/widget/WidgetEventImpl.cpp
+++ b/widget/WidgetEventImpl.cpp
@@ -479,11 +479,7 @@ WidgetInputEvent::AccelModifier()
sAccelModifier = MODIFIER_CONTROL;
break;
default:
-#ifdef XP_MACOSX
- sAccelModifier = MODIFIER_META;
-#else
sAccelModifier = MODIFIER_CONTROL;
-#endif
break;
}
}