summaryrefslogtreecommitdiff
path: root/src/code/db_camera.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2025-01-10 04:03:51 -0800
committerGitHub <noreply@github.com>2025-01-10 07:03:51 -0500
commit8118370f4e47fbef1a4bea3fd4bce45adc25a902 (patch)
tree7894f2d7ba9d6c9d6f54b3ad2bf28b05a5f818c9 /src/code/db_camera.c
parent94971a61b4eb0bf4d9437cb878263c96460aa5f9 (diff)
Only build .o files listed in the spec (#2410)
* Only build .o files listed in the spec * Remove useless CPP guards
Diffstat (limited to 'src/code/db_camera.c')
-rw-r--r--src/code/db_camera.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/code/db_camera.c b/src/code/db_camera.c
index 7d81dafc9..242609295 100644
--- a/src/code/db_camera.c
+++ b/src/code/db_camera.c
@@ -1,7 +1,5 @@
#include "global.h"
-#if DEBUG_FEATURES
-
#define DEBUG_CAM_CONTROLLER_PORT 2
static PlayState* sPlay;
@@ -2368,5 +2366,3 @@ void func_800BB060(void) {
int func_800BB06C(void) {
return sDebugCamPtr->unk_00 == 2 && sDebugCamAnim.unk_0A != 0;
}
-
-#endif