summaryrefslogtreecommitdiff
path: root/internal/appconfig/app_feature_sections.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/appconfig/app_feature_sections.go')
-rw-r--r--internal/appconfig/app_feature_sections.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/appconfig/app_feature_sections.go b/internal/appconfig/app_feature_sections.go
index 2513946..da944d3 100644
--- a/internal/appconfig/app_feature_sections.go
+++ b/internal/appconfig/app_feature_sections.go
@@ -20,13 +20,6 @@ func (a *App) StatsSection() StatsConfig {
return a.StatsConfig
}
-// TmuxEditSection returns a copy of the tmux popup editor settings.
-func (a *App) TmuxEditSection() TmuxEditConfig {
- c := a.TmuxEditConfig
- c.TmuxEditAgents = append([]TmuxEditAgentCfg{}, a.TmuxEditAgents...)
- return c
-}
-
// TmuxActionSection returns a copy of the tmux action menu settings.
func (a *App) TmuxActionSection() TmuxActionConfig {
c := a.TmuxActionConfig