]> git.lizzy.rs Git - mtmap.git/blobdiff - types.go
Properly serialize special node id mappings
[mtmap.git] / types.go
index bd5135010409baeccf7e8988f51ea0898d3d658c..5c923a391a30164867104b8215ba40b7d54745b4 100644 (file)
--- 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
-}