diff options
Diffstat (limited to 'Completion/User/_tiff')
-rw-r--r-- | Completion/User/_tiff | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/User/_tiff b/Completion/User/_tiff index 8fd008f0f..318c536d0 100644 --- a/Completion/User/_tiff +++ b/Completion/User/_tiff @@ -199,7 +199,6 @@ if [[ -n "$state" ]]; then while _next_label values expl 'compression scheme'; do compadd "$expl[@]" - none g4 packbits && ret=0 compadd "$expl[@]" -qS: - lzw zip jpeg g3 && ret=0 - (( ret )) || return 0 done fi fi |