mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-02-22 17:25:51 -06:00
comment out unneed proc
This commit is contained in:
parent
bc4a0a32e9
commit
0d2cbc51f9
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ func shift(s: BbSpan, i: Natural): BbSpan =
|
|||
inc(result.slice[0],i)
|
||||
inc(result.slice[1],i)
|
||||
|
||||
proc size(span: BbSpan): int =
|
||||
span.slice[1] - span.slice[0]
|
||||
# proc size(span: BbSpan): int =
|
||||
# span.slice[1] - span.slice[0]
|
||||
|
||||
# TODO: make sure we don't get non-existent spans?
|
||||
template endSpan(bbs: var BbString) =
|
||||
|
|
Loading…
Add table
Reference in a new issue