summaryrefslogtreecommitdiffstats
path: root/modules/base/conf.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/conf.go')
-rw-r--r--modules/base/conf.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/base/conf.go b/modules/base/conf.go
index fba05e8800..b243a6ad58 100644
--- a/modules/base/conf.go
+++ b/modules/base/conf.go
@@ -58,8 +58,7 @@ var (
SessionConfig *session.Config
SessionManager *session.Manager
- PictureService string
- PictureRootPath string
+ PictureService string
)
var Service struct {
@@ -269,7 +268,6 @@ func NewConfigContext() {
CookieRememberName = Cfg.MustValue("security", "COOKIE_REMEMBER_NAME")
PictureService = Cfg.MustValue("picture", "SERVICE")
- PictureRootPath = Cfg.MustValue("picture", "PATH")
// Determine and create root git reposiroty path.
RepoRootPath = Cfg.MustValue("repository", "ROOT")