diff options
Diffstat (limited to 'src/racing/skybox_and_splitscreen.c')
| -rw-r--r-- | src/racing/skybox_and_splitscreen.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/racing/skybox_and_splitscreen.c b/src/racing/skybox_and_splitscreen.c index c669f59d1..d317889b9 100644 --- a/src/racing/skybox_and_splitscreen.c +++ b/src/racing/skybox_and_splitscreen.c @@ -240,30 +240,6 @@ void init_rdp(void) { gSPClipRatio(gDisplayListHead++, FRUSTRATIO_1); } -UNUSED void func_802A40A4(void) { -} -UNUSED void func_802A40AC(void) { -} -UNUSED void func_802A40B4(void) { -} -UNUSED void func_802A40BC(void) { -} -UNUSED void func_802A40C4(void) { -} -UNUSED void func_802A40CC(void) { -} -UNUSED void func_802A40D4(void) { -} -UNUSED void func_802A40DC(void) { -} - -UNUSED void set_viewport2(void) { - gSPViewport(gDisplayListHead++, VIRTUAL_TO_PHYSICAL(&gScreenOneCtx->viewport)); - gSPClearGeometryMode(gDisplayListHead++, G_CLEAR_ALL_MODES); - gSPSetGeometryMode(gDisplayListHead++, - G_ZBUFFER | G_SHADE | G_CULL_BACK | G_LIGHTING | G_SHADING_SMOOTH | G_CLIPPING); -} - void set_viewport(void) { gSPViewport(gDisplayListHead++, VIRTUAL_TO_PHYSICAL(D_802B8880)); gSPClearGeometryMode(gDisplayListHead++, G_CLEAR_ALL_MODES); |
