This commit is contained in:
twinaphex 2018-05-13 06:30:13 +02:00
parent 41295ef7b9
commit 999f1db694
1 changed files with 0 additions and 2 deletions

View File

@ -147,7 +147,6 @@ static bool renderchain_d3d_init_first(
switch (api) switch (api)
{ {
case GFX_CTX_DIRECT3D9_API: case GFX_CTX_DIRECT3D9_API:
#ifdef HAVE_D3D9
{ {
static const d3d9_renderchain_driver_t *renderchain_d3d_drivers[] = { static const d3d9_renderchain_driver_t *renderchain_d3d_drivers[] = {
#if defined(_WIN32) && defined(HAVE_CG) #if defined(_WIN32) && defined(HAVE_CG)
@ -172,7 +171,6 @@ static bool renderchain_d3d_init_first(
return true; return true;
} }
} }
#endif
break; break;
case GFX_CTX_NONE: case GFX_CTX_NONE:
default: default: