diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-05 22:46:20 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-05 22:46:20 +0200 |
| commit | fd75c310b7571a48db9135360d99a331638721bc (patch) | |
| tree | 03838dfab287aa120c526e82117007d97d4cfda3 /internal/tui/flamegraph/model.go | |
| parent | 1943f4395d477c9a0f9dad4ce78339b7f1163862 (diff) | |
task 362: add flamegraph harmonica animation state
Diffstat (limited to 'internal/tui/flamegraph/model.go')
| -rw-r--r-- | internal/tui/flamegraph/model.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/tui/flamegraph/model.go b/internal/tui/flamegraph/model.go index ca3bab2..11475b8 100644 --- a/internal/tui/flamegraph/model.go +++ b/internal/tui/flamegraph/model.go @@ -25,8 +25,6 @@ type zoomState struct { previousSelectedIdx int } -type frameSpring struct{} - type flameKeyMap struct { MoveShallower key.Binding MoveDeeper key.Binding |
