summaryrefslogtreecommitdiffstats
path: root/askbot/conf/minimum_reputation.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/conf/minimum_reputation.py')
-rw-r--r--askbot/conf/minimum_reputation.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/askbot/conf/minimum_reputation.py b/askbot/conf/minimum_reputation.py
index 229edf96..19b5e69d 100644
--- a/askbot/conf/minimum_reputation.py
+++ b/askbot/conf/minimum_reputation.py
@@ -195,15 +195,6 @@ settings.register(
settings.register(
livesettings.IntegerValue(
MIN_REP,
- 'MIN_REP_TO_LOCK_POSTS',
- default=400,
- description=_('Lock posts')
- )
-)
-
-settings.register(
- livesettings.IntegerValue(
- MIN_REP,
'MIN_REP_TO_HAVE_STRONG_URL',
default=25,
description=_('Remove rel=nofollow from own homepage'),