From 7d18dbcd01371b8497fd4bff1f9a247a6550f940 Mon Sep 17 00:00:00 2001 From: "Thomas \"Cakeisalie5\" Touhey" Date: Wed, 1 Mar 2017 03:48:59 +0100 Subject: [PATCH] This wasn't supposed to stay. --- include/libg1m/format/casemul.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/libg1m/format/casemul.h b/include/libg1m/format/casemul.h index d1e4738..6e8a0b0 100644 --- a/include/libg1m/format/casemul.h +++ b/include/libg1m/format/casemul.h @@ -39,12 +39,6 @@ struct casemul_internal_header { /* The multi-byte values are always little-endian, expected from the * values made with `MAKELONG` (like the internal header type, which, in the * source, is a DWORD), because its funnier. */ - - -/* TODO: The separator between header and source header: - * "\xFD\xB1\x7E" "\0\0\0\0\0\0\0" - * "\x18" "\0\0\0\0\0\0\0" - */ /* ************************************************************************** */ /* Overall, source and compiled headers */ /* ************************************************************************** */