From 805efc5bf1411864f76d721c2c3e62d02bc315bc Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 14 Dec 2024 22:31:28 +0900 Subject: Remove unused interface --- src/tui/light.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tui/light.go') diff --git a/src/tui/light.go b/src/tui/light.go index 3c930e26..95984542 100644 --- a/src/tui/light.go +++ b/src/tui/light.go @@ -935,9 +935,6 @@ func (w *LightWindow) Height() int { func (w *LightWindow) Refresh() { } -func (w *LightWindow) Close() { -} - func (w *LightWindow) X() int { return w.posx } -- cgit v1.2.3