Zhenbo Li : mshtml: Remove unnecessary FIXME.
Module: wine Branch: master Commit: 89d0c66461f9ddbe9e3eeaebd1c8a1c39b0e6888 URL: http://source.winehq.org/git/wine.git/?a=commit;h=89d0c66461f9ddbe9e3eeaebd1... Author: Zhenbo Li <litimetal(a)gmail.com> Date: Sat Aug 22 21:18:03 2015 +0800 mshtml: Remove unnecessary FIXME. --- dlls/mshtml/htmlselect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/mshtml/htmlselect.c b/dlls/mshtml/htmlselect.c index 3c869ff..6dc4dfb 100644 --- a/dlls/mshtml/htmlselect.c +++ b/dlls/mshtml/htmlselect.c @@ -383,7 +383,6 @@ static HRESULT WINAPI HTMLSelectElement_get_form(IHTMLSelectElement *iface, IHTM return E_POINTER; nsres = nsIDOMHTMLSelectElement_GetForm(This->nsselect, &nsform); - FIXME("get form %08x : %p\n", nsres, nsform); if (NS_FAILED(nsres)) { ERR("GetForm failed: %08x, nsform: %p\n", nsres, nsform); *p = NULL;
participants (1)
-
Alexandre Julliard