From fdfb788e52efa525bd1e21d6789be032786f9314 Mon Sep 17 00:00:00 2001 From: plastikfan Date: Tue, 30 Jan 2024 14:41:10 +0000 Subject: [PATCH] ref(proxy): remove mode flag (#144) --- src/app/proxy/common/input-defs.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/proxy/common/input-defs.go b/src/app/proxy/common/input-defs.go index 44dcc54..86bf6c5 100644 --- a/src/app/proxy/common/input-defs.go +++ b/src/app/proxy/common/input-defs.go @@ -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