Remove duplicate method
This commit is contained in:
parent
deaed33b90
commit
1522544fc9
@ -348,17 +348,6 @@ class Editor {
|
||||
}
|
||||
}
|
||||
|
||||
protected function rowInsertChar(Row $row, int $at, string $c)
|
||||
{
|
||||
if ($at < 0 || $at > $row->size)
|
||||
{
|
||||
$at = $row->size;
|
||||
}
|
||||
|
||||
$row->chars[$at] = $c;
|
||||
$this->updateRow($row);
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
// ! File I/O
|
||||
// ------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user