chore(cleanup): prune dead code after refactors

This commit is contained in:
2026-02-21 20:04:57 -08:00
parent 704e664cc3
commit ace809b575
14 changed files with 109 additions and 85 deletions

View File

@@ -1,6 +1,5 @@
export { generateDefaultConfigFile } from './config-gen';
export { enforceUnsupportedWaylandMode, forceX11Backend } from './electron-backend';
export { asBoolean, asFiniteNumber, asString } from './coerce';
export { resolveKeybindings } from './keybindings';
export { resolveConfiguredShortcuts } from './shortcut-config';
export { showDesktopNotification } from './notification';