From a0eccceb01299700f3a84ffc24a480d89d11c0b3 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Tue, 15 Jul 2025 21:53:55 -0400 Subject: [PATCH] Remove unplanned `TODO` comments --- contrib/zsh_compl/_rgbasm | 2 -- contrib/zsh_compl/_rgbgfx | 1 - 2 files changed, 3 deletions(-) diff --git a/contrib/zsh_compl/_rgbasm b/contrib/zsh_compl/_rgbasm index a2301817..ca326105 100644 --- a/contrib/zsh_compl/_rgbasm +++ b/contrib/zsh_compl/_rgbasm @@ -30,8 +30,6 @@ _rgbasm_warnings() { 'unterminated-load:Warn on LOAD without ENDL' 'user:Warn when executing the WARN built-in' ) - # TODO: handle `no-` and `error=` somehow? - # TODO: handle `=0|1|2` levels for `numeric-string`, `purge`, `truncation`, and `unmapped-char`? _describe warning warnings } diff --git a/contrib/zsh_compl/_rgbgfx b/contrib/zsh_compl/_rgbgfx index 4c89d8c1..59e39be0 100644 --- a/contrib/zsh_compl/_rgbgfx +++ b/contrib/zsh_compl/_rgbgfx @@ -19,7 +19,6 @@ _rgbgfx_warnings() { 'embedded:Warn when using embedded PLTE without "-c embedded"' 'trim-nonempty:Warn when "-x" trims nonempty tiles' ) - # TODO: handle `no-` and `error=` somehow? _describe warning warnings }