mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-24 15:25:20 +00:00
[pbm] Remove stray comment.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user