aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-01-28 12:07:30 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-01-30 13:22:18 -0600
commite9c3384b84fd8735a07a730ef4bcf9f8c2bc350f (patch)
treec8e920752969e0cd644d1fb285fe32f200f20ecc /mediagoblin
parenta3f811a6e8589fc4b47c9f3036ac1cf0c8b0e200 (diff)
downloadmediagoblin-e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f.tar.lz
mediagoblin-e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f.tar.xz
mediagoblin-e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f.zip
Removing unused geolocation_map_visible variable and turning geolocation on in default config
Diffstat (limited to 'mediagoblin')
-rw-r--r--mediagoblin/config_spec.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini
index 50ce252e..13840564 100644
--- a/mediagoblin/config_spec.ini
+++ b/mediagoblin/config_spec.ini
@@ -55,7 +55,6 @@ csrf_cookie_name = string(default='mediagoblin_csrftoken')
push_urls = string_list(default=list())
exif_visible = boolean(default=False)
-geolocation_map_visible = boolean(default=False)
# Theming stuff
theme_install_dir = string(default="%(here)s/user_dev/themes/")