Skip to content

Commit e0aee9e

Browse files
UtumnoInfernio
authored andcommitted
FFF drop readString16
1 parent 1f75605 commit e0aee9e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Mopy/bash/brec.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@ def readLString(self,size,recType='----'):
293293
else:
294294
return self.readString(size,recType)
295295

296-
def readString16(self, recType='----'):
297-
"""Read wide pascal string: uint16 is used to indicate length."""
298-
strLen, = self.unpack('H',2,recType)
299-
return self.readString(strLen,recType)
300-
301296
def readString32(self, recType='----'):
302297
"""Read wide pascal string: uint32 is used to indicate length."""
303298
strLen, = self.unpack('I',4,recType)

0 commit comments

Comments
 (0)