aboutsummaryrefslogtreecommitdiff
path: root/commands/pin-tab.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pin-tab.go')
-rw-r--r--commands/pin-tab.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/pin-tab.go b/commands/pin-tab.go
index 276442ce..d5013bf6 100644
--- a/commands/pin-tab.go
+++ b/commands/pin-tab.go
@@ -14,10 +14,6 @@ func (PinTab) Aliases() []string {
return []string{"pin-tab", "unpin-tab"}
}
-func (PinTab) Complete(args []string) []string {
- return nil
-}
-
func (PinTab) Execute(args []string) error {
switch args[0] {
case "pin-tab":