diff --git a/bof.go b/bof.go index ecb1f1e..92f7a19 100644 --- a/bof.go +++ b/bof.go @@ -21,10 +21,6 @@ func (b *bof) utf16String(buf io.ReadSeeker, count uint32) string { } type biffHeader struct { - Ver uint16 - Type uint16 - Id_make uint16 - Year uint16 - Flags uint32 - Min_ver uint32 + Ver uint16 + Type uint16 }