StripLocation: Remove non-existent chunk types

This commit is contained in:
Lain Soykaf 2024-07-17 13:12:49 +04:00
parent d45ebe6855
commit 5c41e2607b

View file

@ -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)