diff options
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/features.php b/include/features.php index 4c865f406..35c526c3e 100644 --- a/include/features.php +++ b/include/features.php @@ -85,15 +85,6 @@ function get_features($filtered = true, $level = (-1)) { feature_level('start_menu',1), ], - [ - 'premium_channel', - t('Premium Channel'), - t('Allows you to set restrictions and terms on those that connect with your channel'), - false, - get_config('feature_lock','premium_channel'), - feature_level('premium_channel',4), - ], - [ 'advanced_theming', t('Advanced Theme and Layout Settings'), |