From e3b5103cbe6bca291e05d0f0e84340b81f088c37 Mon Sep 17 00:00:00 2001 From: elijah-thomas774 Date: Tue, 16 Sep 2025 22:26:16 -0400 Subject: remove address comments --- src/nw4r/ut/ut_binaryFileFormat.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nw4r/ut/ut_binaryFileFormat.cpp') diff --git a/src/nw4r/ut/ut_binaryFileFormat.cpp b/src/nw4r/ut/ut_binaryFileFormat.cpp index 9b5f9181..c27c2867 100644 --- a/src/nw4r/ut/ut_binaryFileFormat.cpp +++ b/src/nw4r/ut/ut_binaryFileFormat.cpp @@ -3,7 +3,6 @@ namespace nw4r { namespace ut { -/* 8042a9e0 */ bool IsValidBinaryFile(const BinaryFileHeader *header, u32 magic, u16 version, u16 numBlocks) { if (header->signature != magic) { return false; -- cgit v1.2.3