posts: remove dead has_ugoira_webm? code.

This commit is contained in:
evazion
2021-02-18 04:05:18 -06:00
parent e165ad3213
commit af84314c38
3 changed files with 3 additions and 10 deletions

View File

@@ -220,10 +220,6 @@ class Post < ApplicationRecord
def has_dimensions?
image_width.present? && image_height.present?
end
def has_ugoira_webm?
true
end
end
module ImageMethods