Skip to content

Commit

Permalink
[pbm] Remove stray comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelimion committed Apr 30, 2022
1 parent 2081f8f commit 6ade9ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/image/netpbm/helpers.odin
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ade9ac

Please sign in to comment.