Added unused code

This commit is contained in:
Maschell 2018-12-06 15:57:58 +01:00
parent abd218fa10
commit 4424be0722

View File

@ -84,8 +84,6 @@ public class Content {
buffer.position(0x10);
byte[] hash = new byte[0x14];
buffer.get(hash, 0x00, 0x14);
byte[] hash2 = new byte[0x06];
buffer.get(hash2, 0x00, 0x06);
ContentParam param = new ContentParam();
param.setID(ID);