refactor: remove unused constants and dead pollSessions from tmux-subagent

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:11:00 +09:00
parent 8dd3d07efd
commit ec0833b96b
2 changed files with 1 additions and 16 deletions
@@ -1,4 +1,4 @@
import { MIN_PANE_HEIGHT, MIN_PANE_WIDTH } from "./types"
import { MIN_PANE_WIDTH } from "./types"
import type { SplitDirection, TmuxPaneInfo } from "./types"
import {
DIVIDER_SIZE,