(GX) Build fix (in light of removing set_blend function pointer)

This commit is contained in:
twinaphex 2013-04-11 13:47:45 +02:00
parent 8c777110f7
commit 8f0ea4c1a6

View File

@ -1050,7 +1050,6 @@ static void gx_viewport_info(void *data, struct rarch_viewport *vp)
}
static const video_poke_interface_t gx_poke_interface = {
NULL,
NULL,
gx_set_aspect_ratio,
gx_apply_state_changes,