mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove unused config (#45056)
This commit is contained in:
parent
b409811005
commit
88ea9aef8d
@ -21,8 +21,6 @@ type Cfg struct {
|
|||||||
// Azure Cloud settings
|
// Azure Cloud settings
|
||||||
Azure setting.AzureSettings
|
Azure setting.AzureSettings
|
||||||
|
|
||||||
CheckForUpdates bool
|
|
||||||
|
|
||||||
BuildVersion string // TODO Remove
|
BuildVersion string // TODO Remove
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -47,8 +45,6 @@ func FromGrafanaCfg(grafanaCfg *setting.Cfg) *Cfg {
|
|||||||
// Azure
|
// Azure
|
||||||
cfg.Azure = grafanaCfg.Azure
|
cfg.Azure = grafanaCfg.Azure
|
||||||
|
|
||||||
cfg.CheckForUpdates = grafanaCfg.CheckForUpdates
|
|
||||||
|
|
||||||
cfg.BuildVersion = grafanaCfg.BuildVersion
|
cfg.BuildVersion = grafanaCfg.BuildVersion
|
||||||
|
|
||||||
return cfg
|
return cfg
|
||||||
|
Loading…
Reference in New Issue
Block a user