d3d11: Remove outdated FIXME comment.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2015-10-22 01:52:22 +02:00 committed by Alexandre Julliard
parent 08bd0ba28c
commit 7e4453c4fb
1 changed files with 1 additions and 2 deletions

View File

@ -347,8 +347,7 @@ cleanup:
*obtained_feature_level = 0;
if (immediate_context)
{
/* FIXME: Remove the following NULL check once the d3d11_device_GetImmediateContext() is implemented. */
if (*immediate_context) ID3D11DeviceContext_Release(*immediate_context);
ID3D11DeviceContext_Release(*immediate_context);
*immediate_context = NULL;
}