Remove the xv image format plugin

It appears to be some internal format of xview, although I cannot find
any mention of such a thing on the internet.  There does not appear to
be any sort of mime type to associate with this file format, either.

Therefore, I think it is reasonable to declare it obsolete.

REVIEW: 115768
This commit is contained in:
Alex Merry
2014-02-15 17:47:15 +00:00
parent 18ddd0920f
commit 3eafdc861a
10 changed files with 0 additions and 311 deletions

View File

@ -53,7 +53,6 @@ kimageformats_read_tests(
rgb
tga
xcf
xv
)
# Basic write tests
@ -70,5 +69,4 @@ kimageformats_write_tests(
pic-lossless
rgb-lossless
tga # fixme: the alpha images appear not to be written properly
xv
)