(D3D) Build fix

This commit is contained in:
twinaphex 2015-02-17 00:38:50 +01:00
parent 9a0c0d8b74
commit 59c6bfc772
2 changed files with 0 additions and 2 deletions

View File

@ -1921,7 +1921,6 @@ static const video_poke_interface_t d3d_poke_interface = {
#ifdef HAVE_FBO
NULL,
#endif
NULL,
NULL,
d3d_set_aspect_ratio,
d3d_apply_state_changes,

View File

@ -509,7 +509,6 @@ const gfx_ctx_driver_t gfx_ctx_d3d = {
gfx_ctx_d3d_swap_buffers,
gfx_ctx_d3d_input_driver,
NULL,
NULL,
#ifdef HAVE_EGL
NULL,
NULL,