summaryrefslogtreecommitdiffstats
path: root/src/tui/light.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/light.go')
-rw-r--r--src/tui/light.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tui/light.go b/src/tui/light.go
index fe9035ea..52e26edb 100644
--- a/src/tui/light.go
+++ b/src/tui/light.go
@@ -620,10 +620,6 @@ func (r *LightRenderer) DoesAutoWrap() bool {
return false
}
-func (r *LightRenderer) IsOptimized() bool {
- return false
-}
-
func (r *LightRenderer) NewWindow(top int, left int, width int, height int, borderStyle BorderStyle) Window {
w := &LightWindow{
renderer: r,