diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-30 22:54:53 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-30 22:54:53 +0200 |
| commit | 6ade9acc4d220a9912fb7d88ae26d82131351e12 (patch) | |
| tree | 6e2ee4b4888350480cd1a0e9d59245cf8bb282ee | |
| parent | 2081f8fcd66efa71ab526d10751bbe882be228ba (diff) | |
[pbm] Remove stray comment.
| -rw-r--r-- | core/image/netpbm/helpers.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/image/netpbm/helpers.odin b/core/image/netpbm/helpers.odin index 2fbd32ecc..016f9453e 100644 --- a/core/image/netpbm/helpers.odin +++ b/core/image/netpbm/helpers.odin @@ -9,7 +9,6 @@ destroy :: proc(img: ^image.Image) -> bool { defer free(img) bytes.buffer_destroy(&img.pixels) - //! TEMP CAST info, ok := img.metadata.(^image.Netpbm_Info) if !ok do return false |