Trying to fix mac builds, bug Bug 354694

This commit is contained in:
Olli.Pettay%helsinki.fi 2006-11-16 23:30:54 +00:00
parent c4dcd72900
commit d212dd6b88

View File

@ -1828,10 +1828,6 @@ void nsMacEventHandler::ConvertOSEventToMouseEvent(
InitializeMouseEvent(aMouseEvent, widgetHitPoint, aOSEvent.modifiers,
mClickCount);
// nsEvent
aMouseEvent.message = aMessage;
// nsGUIEvent
aMouseEvent.widget = widgetHit;
aMouseEvent.nativeMsg = (void*)&aOSEvent;