mshtml: Remove false FIXME.

This commit is contained in:
Jacek Caban 2007-03-07 00:06:30 +01:00 committed by Alexandre Julliard
parent 7437cc1e96
commit 4bd9f22f1d
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ static nsresult NSAPI nsChannel_GetName(nsIHttpChannel *iface, nsACString *aName
if(This->channel)
return nsIChannel_GetName(This->channel, aName);
FIXME("default action not implemented\n");
return NS_ERROR_NOT_IMPLEMENTED;
}