diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-14 22:31:28 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-14 22:31:39 +0900 |
| commit | 805efc5bf1411864f76d721c2c3e62d02bc315bc (patch) | |
| tree | 0c8507419903c467851c6e5cc3ba2061fb0f3d45 /src/tui/light.go | |
| parent | cdcab267660473de1621b4a1d8c8f2d4d43f05ae (diff) | |
| download | fzf-805efc5bf1411864f76d721c2c3e62d02bc315bc.tar.gz | |
Remove unused interface
Diffstat (limited to 'src/tui/light.go')
| -rw-r--r-- | src/tui/light.go | 3 |
1 files changed, 0 insertions, 3 deletions
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 } |
