diff --git a/api4/group.go b/api4/group.go index 24c7869551..4f799c3b58 100644 --- a/api4/group.go +++ b/api4/group.go @@ -13,11 +13,6 @@ import ( "github.com/mattermost/mattermost-server/model" ) -const ( - groupMemberActionCreate = iota - groupMemberActionDelete -) - func (api *API) InitGroup() { // GET /api/v4/groups api.BaseRoutes.Groups.Handle("", api.ApiSessionRequired(getGroups)).Methods("GET") diff --git a/utils/imgutils/gif.go b/utils/imgutils/gif.go index 0e48f25ece..48aa988b2f 100644 --- a/utils/imgutils/gif.go +++ b/utils/imgutils/gif.go @@ -32,7 +32,6 @@ type reader interface { const ( // Fields. fColorTable = 1 << 7 - fInterlace = 1 << 6 fColorTableBitsMask = 7 // Graphic control flags. diff --git a/utils/subpath_test.go b/utils/subpath_test.go index 0c76bd7368..ceb063fc40 100644 --- a/utils/subpath_test.go +++ b/utils/subpath_test.go @@ -281,8 +281,6 @@ const newSubpathRootHtml = ` Mattermost

Cannot connect to Mattermost


We're having trouble connecting to Mattermost. If refreshing this page (Ctrl+R or Command+R) does not work, please verify that your computer is connected to the internet.


` - const baseManifestJson = `{ "icons": [ {