summaryrefslogtreecommitdiff
path: root/src/code_80005FD0.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2026-08-01 23:19:52 -0600
committerGitHub <noreply@github.com>2026-08-01 23:19:52 -0600
commit97f28334329d50a9cf2fb7ff1ee57ae0c18de92c (patch)
tree767f8f6b4bbf02e1b41382a49c4f57c8fbe78c0e /src/code_80005FD0.h
parent8629bec3205b35b6f052a5f0a0164b8132ac1304 (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/code_80005FD0.h')
-rw-r--r--src/code_80005FD0.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code_80005FD0.h b/src/code_80005FD0.h
index 5e3410e03..fbaace193 100644
--- a/src/code_80005FD0.h
+++ b/src/code_80005FD0.h
@@ -155,7 +155,6 @@ void determine_ideal_cpu_position_offset(s32, u16);
s16 func_8000D6D0(Vec3f, s16*, f32, f32, s16, s16);
s16 func_8000D940(Vec3f, s16*, f32, f32, s16);
s16 update_vehicle_following_path(Vec3f, s16*, f32);
-void set_bomb_kart_spawn_positions(void);
void func_8000DF8C(s32);
s32 add_actor_in_unexpired_actor_list(s32, s16);