summaryrefslogtreecommitdiffstats
path: root/model/plugins_response.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/plugins_response.go')
-rw-r--r--model/plugins_response.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/plugins_response.go b/model/plugins_response.go
index b6c01b642..177cfe6c8 100644
--- a/model/plugins_response.go
+++ b/model/plugins_response.go
@@ -10,7 +10,6 @@ import (
type PluginInfo struct {
Manifest
- Prepackaged bool `json:"prepackaged"`
}
type PluginsResponse struct {