Commit 7e4453c4 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3d11: Remove outdated FIXME comment.

parent 08bd0ba2
...@@ -347,8 +347,7 @@ cleanup: ...@@ -347,8 +347,7 @@ cleanup:
*obtained_feature_level = 0; *obtained_feature_level = 0;
if (immediate_context) if (immediate_context)
{ {
/* FIXME: Remove the following NULL check once the d3d11_device_GetImmediateContext() is implemented. */ ID3D11DeviceContext_Release(*immediate_context);
if (*immediate_context) ID3D11DeviceContext_Release(*immediate_context);
*immediate_context = NULL; *immediate_context = NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment