summaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'types.go')
-rw-r--r--types.go4
1 files changed, 0 insertions, 4 deletions
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
-}