mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-03-13 23:22:40 +00:00
StripLocation: Remove non-existent chunk types
This commit is contained in:
parent
d45ebe6855
commit
5c41e2607b
1 changed files with 0 additions and 6 deletions
|
@ -65,12 +65,6 @@ defmodule ExifGpsStripper do
|
|||
acc
|
||||
) do
|
||||
case chunk_type do
|
||||
"GPS " ->
|
||||
strip_png_chunks(rest, acc)
|
||||
|
||||
"gps " ->
|
||||
strip_png_chunks(rest, acc)
|
||||
|
||||
"eXIf" ->
|
||||
strip_png_chunks(rest, acc)
|
||||
|
||||
|
|
Loading…
Reference in a new issue