summaryrefslogtreecommitdiffstats
path: root/api/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/context.go')
-rw-r--r--api/context.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/context.go b/api/context.go
index 778df4625..fee78dbfd 100644
--- a/api/context.go
+++ b/api/context.go
@@ -32,7 +32,6 @@ type Context struct {
T goi18n.TranslateFunc
Locale string
TeamId string
- isSystemAdmin bool
}
func (api *API) ApiAppHandler(h func(*Context, http.ResponseWriter, *http.Request)) http.Handler {