diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-06 10:16:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 10:16:47 +0200 |
commit | 93f340a4bf35082968118319448905b489b101a3 (patch) | |
tree | a5029b7ea58485c6816ff534c00e7cc75d6818f8 /app/helpers | |
parent | 62782babd08bc2385a604e275bf88af925d137c1 (diff) |
Remove setting that disables account deletes (#17683)
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_helper.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 14d27b148..23884fbd4 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -87,10 +87,6 @@ module ApplicationHelper link_to label, omniauth_authorize_path(:user, provider), class: "button button-#{provider}", method: :post end - def open_deletion? - Setting.open_deletion - end - def locale_direction if RTL_LOCALES.include?(I18n.locale) 'rtl' |