aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/image/netpbm/helpers.odin1
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