diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-08-01 23:19:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-01 23:19:52 -0600 |
| commit | 97f28334329d50a9cf2fb7ff1ee57ae0c18de92c (patch) | |
| tree | 767f8f6b4bbf02e1b41382a49c4f57c8fbe78c0e /src/racing/skybox_and_splitscreen.h | |
| parent | 8629bec3205b35b6f052a5f0a0164b8132ac1304 (diff) | |
Remove As Much Code As Possible and Still Pass Tests (#732)
* Update render_objects.c
* Remove unused HUD texture function declarations
Removed several unused function declarations related to HUD textures.
* Update skybox_and_splitscreen.c
* Remove unused set_viewport2 function declaration
Removed unused function declaration for set_viewport2.
* Update code_80005FD0.c
* Remove set_bomb_kart_spawn_positions function declaration
* Update skybox_and_splitscreen.c
* Update skybox_and_splitscreen.h
* Modify Draw function to adjust crab visibility
Commented out code to prevent premature disappearance of the crab when the camera rotates.
* Update Crab.cpp
* Update Crab.h
* Update Crab.cpp
* Delete unused texture rendering functions
Removed unused functions related to texture rendering.
* Update render_objects.h
Diffstat (limited to 'src/racing/skybox_and_splitscreen.h')
| -rw-r--r-- | src/racing/skybox_and_splitscreen.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/racing/skybox_and_splitscreen.h b/src/racing/skybox_and_splitscreen.h index 81be1edf3..9007a0783 100644 --- a/src/racing/skybox_and_splitscreen.h +++ b/src/racing/skybox_and_splitscreen.h @@ -18,15 +18,6 @@ void func_802A38B4(void); void func_802A39E0(ScreenContext*); void init_z_buffer(void); void init_rdp(void); -void func_802A40A4(void); -void func_802A40AC(void); -void func_802A40B4(void); -void func_802A40BC(void); -void func_802A40C4(void); -void func_802A40CC(void); -void func_802A40D4(void); -void func_802A40DC(void); -void set_viewport2(void); void set_viewport(void); void select_framebuffer(void); void func_802A4300(void); |
