config: remove enable_image_cropping option.

There's no need to disable this option. Supporting it adds complexity
and disabling it is untested.
This commit is contained in:
evazion
2020-05-17 15:01:59 -05:00
parent 0a12f35c47
commit 24c53172db
6 changed files with 3 additions and 11 deletions

View File

@@ -502,10 +502,6 @@ module Danbooru
def recaptcha_secret_key
end
def enable_image_cropping
true
end
# Akismet API key. Used for Dmail spam detection. http://akismet.com/signup/
def rakismet_key
end