Skip to content

Commit

Permalink
ref(proxy): remove mode flag (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Jan 30, 2024
1 parent a194601 commit 486d37c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/proxy/common/input-defs.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ var SamplingFactorEnumInfo = assistant.NewEnumInfo(assistant.AcceptableEnumValue
SamplingFactor2x1En: []string{"2x1", "21", "2"},
})

type ModeEnum int

const (
_ ModeEnum = iota
ModeTidyEn
ModePreserveEn
)

// ThirdPartySet represents flags that are only of use to the third party application
// being invoked (ie magick). These flags are of no significance to pixa, but we have
// to define them explicitly, because of a deficiency in cobra in the way it handles
Expand Down

0 comments on commit 486d37c

Please sign in to comment.