Purge unused function scrub_css

Commit e9f1897cfd added this private
function but it never had any users resulting in warnings each startup
This commit is contained in:
Oneric 2024-02-08 00:10:46 +01:00
parent 18ecae6183
commit 8f8e1ff214
1 changed files with 0 additions and 2 deletions

View File

@ -128,6 +128,4 @@ defmodule Pleroma.HTML.Scrubber.Default do
Meta.allow_tag_with_these_attributes(:small, [])
Meta.strip_everything_not_covered()
defp scrub_css(value), do: value
end