From b130b2eac27966c43f6816ee604a3a93a67e82fa Mon Sep 17 00:00:00 2001 From: Matt Dallmeyer <2515356+dallmeyer@users.noreply.github.com> Date: Sat, 18 Feb 2023 15:26:33 -0700 Subject: [PATCH] Redundant `(declare-file (debug))` (#2226) Just noticed this while looking into #2225 , this line is repeated a few lines later https://github.com/open-goal/jak-project/blob/b9cd17b20a29a4674d8515e53bf937a92f331b6c/goal_src/jak1/engine/camera/cam-layout.gc#L8-L13 --- goal_src/jak1/engine/camera/cam-layout.gc | 2 -- 1 file changed, 2 deletions(-) diff --git a/goal_src/jak1/engine/camera/cam-layout.gc b/goal_src/jak1/engine/camera/cam-layout.gc index e5d6b5c53b..234bd1712f 100644 --- a/goal_src/jak1/engine/camera/cam-layout.gc +++ b/goal_src/jak1/engine/camera/cam-layout.gc @@ -5,8 +5,6 @@ ;; name in dgo: cam-layout ;; dgos: GAME, ENGINE -(declare-file (debug)) - ;; DECOMP BEGINS ;; this file is debug only