refactor: remove 3 orphaned files and unused import from tmux-subagent

This commit is contained in:
YeonGyu-Kim
2026-02-17 14:08:28 +09:00
parent 0265fa6990
commit 744dee70e9
4 changed files with 4 additions and 305 deletions
@@ -1,11 +1,10 @@
import { MIN_PANE_WIDTH } from "./types"
import type { SplitDirection, TmuxPaneInfo } from "./types"
import {
DIVIDER_SIZE,
MAX_COLS,
MAX_ROWS,
MIN_SPLIT_HEIGHT,
MIN_SPLIT_WIDTH,
DIVIDER_SIZE,
MAX_COLS,
MAX_ROWS,
MIN_SPLIT_HEIGHT,
} from "./tmux-grid-constants"
function minSplitWidthFor(minPaneWidth: number): number {