summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-24 11:08:39 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-24 11:08:39 -0700
commit57269dcaf407c3c5bee3b33c1c18907a5958e255 (patch)
treec7265a1c9b6510600d664358dd3a24c5996712d9 /model/config.go
parente58f15a28698122525b274bac01252e53fb1170c (diff)
downloadchat-57269dcaf407c3c5bee3b33c1c18907a5958e255.tar.gz
chat-57269dcaf407c3c5bee3b33c1c18907a5958e255.tar.bz2
chat-57269dcaf407c3c5bee3b33c1c18907a5958e255.zip
Removing default theme no longer in use
Diffstat (limited to 'model/config.go')
-rw-r--r--model/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/config.go b/model/config.go
index 69f2127b2..31c2b16dc 100644
--- a/model/config.go
+++ b/model/config.go
@@ -112,7 +112,6 @@ type PrivacySettings struct {
type TeamSettings struct {
SiteName string
MaxUsersPerTeam int
- DefaultThemeColor string
EnableTeamCreation bool
EnableUserCreation bool
RestrictCreationToDomains string