diff options
Diffstat (limited to 'src/tui/light.go')
| -rw-r--r-- | src/tui/light.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tui/light.go b/src/tui/light.go index 5d3eff88..43d7efee 100644 --- a/src/tui/light.go +++ b/src/tui/light.go @@ -713,10 +713,6 @@ func (w *LightWindow) csi(code string) { w.renderer.csi(code) } -func (w *LightWindow) stderr(str string) { - w.renderer.stderr(str) -} - func (w *LightWindow) stderrInternal(str string, allowNLCR bool) { w.renderer.stderrInternal(str, allowNLCR) } |
