diff options
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/features.php b/include/features.php index c6cfcf822..0dd245e7f 100644 --- a/include/features.php +++ b/include/features.php @@ -229,14 +229,6 @@ function get_features($filtered = true, $level = (-1)) { false, get_config('feature_lock','content_encrypt'), ], - - [ - 'consensus_tools', - t('Enable Voting Tools'), - t('Provide a class of post which others can vote on'), - false, - get_config('feature_lock','consensus_tools'), - ], [ 'disable_comments', |