Sync up to trunk head.
[reactos.git] / dll / win32 / mshtml / editor.c
index 961bb91..14e7ebb 100644 (file)
@@ -508,7 +508,6 @@ void handle_edit_event(HTMLDocument *This, nsIDOMEvent *event)
 
 void handle_edit_load(HTMLDocument *This)
 {
-    This->doc_obj->nscontainer->reset_focus = GetFocus();
     get_editor_controller(This->doc_obj->nscontainer);
 }