(XDK D3D) Take out another HAVE_HLSL ifdef

This commit is contained in:
twinaphex 2014-03-03 05:56:04 +01:00
parent 785273c209
commit 4203408bee

View File

@ -961,11 +961,7 @@ const video_driver_t video_xdk_d3d = {
xdk_d3d_set_nonblock_state,
xdk_d3d_alive,
xdk_d3d_focus,
#if defined(HAVE_HLSL)
xdk_d3d_set_shader,
#else
NULL,
#endif
xdk_d3d_free,
"xdk_d3d",
xdk_d3d_restart,