aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/swagger/misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/swagger/misc.go')
-rw-r--r--routers/api/v1/swagger/misc.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/routers/api/v1/swagger/misc.go b/routers/api/v1/swagger/misc.go
index 50f5cbdbf5..1d3c257efa 100644
--- a/routers/api/v1/swagger/misc.go
+++ b/routers/api/v1/swagger/misc.go
@@ -21,10 +21,3 @@ type swaggerResponseStringSlice struct {
// in:body
Body []string `json:"body"`
}
-
-// GeneralRepoSettings
-// swagger:response GeneralRepoSettings
-type swaggerResponseGeneralRepoSettings struct {
- // in:body
- Body api.GeneralRepoSettings `json:"body"`
-}