aboutsummaryrefslogtreecommitdiffstats
path: root/commands/terminal
diff options
context:
space:
mode:
Diffstat (limited to 'commands/terminal')
-rw-r--r--commands/terminal/close.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/terminal/close.go b/commands/terminal/close.go
index 913a3387..610a8463 100644
--- a/commands/terminal/close.go
+++ b/commands/terminal/close.go
@@ -14,10 +14,6 @@ func (Close) Aliases() []string {
return []string{"close"}
}
-func (Close) Complete(args []string) []string {
- return nil
-}
-
func (Close) Execute(args []string) error {
term, _ := app.SelectedTabContent().(*app.Terminal)
term.Close()