From 2f0d89c5cfb101bccf7bbe8be1b070ce2a4fee4c Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 16 Jul 2022 23:07:41 +0200 Subject: Properly serialize special node id mappings --- types.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'types.go') diff --git a/types.go b/types.go index bd51350..5c923a3 100644 --- a/types.go +++ b/types.go @@ -51,7 +51,3 @@ type ErrInvalidNodeId struct { func (e ErrInvalidNodeId) Error() string { return fmt.Sprintf("invalid node %v", e.Id) } - -func isSpecial(id mt.Content) bool { - return id >= 125 && id <= 127 -} -- cgit v1.2.3