Removed unused WriteCALL overload
This commit is contained in:
parent
7a81a4db2c
commit
fe69761fc9
1 changed files with 0 additions and 7 deletions
|
@ -171,13 +171,6 @@ namespace arookas {
|
|||
public void WriteSHR() {
|
||||
mText.Writer.Write8(0x1B);
|
||||
}
|
||||
public sunPoint WriteCALL(int count) {
|
||||
mText.Writer.Write8(0x1C);
|
||||
var point = OpenPoint();
|
||||
mText.Writer.Write32(0); // dummy
|
||||
mText.Writer.WriteS32(count);
|
||||
return point;
|
||||
}
|
||||
public void WriteCALL(uint offset, int count) {
|
||||
mText.Writer.Write8(0x1C);
|
||||
mText.Writer.Write32(offset);
|
||||
|
|
Loading…
Reference in a new issue