remove dead code

This commit is contained in:
2020-03-28 18:13:15 -05:00
parent 1b054466cf
commit 8b2a67b73b
2 changed files with 3 additions and 9 deletions

View File

@ -9,9 +9,8 @@ import (
)
type CmdArgs struct {
Flags Flags
Client *lifx.Client
Selector string
Flags Flags
Client *lifx.Client
}
type Flags struct {