Skip to content

Commit

Permalink
Fix #12: Remove unused getContentEndian function
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed Dec 12, 2023
1 parent 54542c2 commit bf6a079
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/nbt/nbt_reader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,4 @@ class NbtReader extends ByteReader<bool> {
return NbtCompression.unknown;
}
}

Endian getContentEndian() {
return Endian.big;
}
}

0 comments on commit bf6a079

Please sign in to comment.