aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--TODO.md8
2 files changed, 1 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3f9ecb1..cbefcd4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,4 +25,4 @@ If your contribution is not suitable for general use, it will not be included in
For changes that are very much up to preference, such as changing values in config.h,
please do not open a pull request unless you have an objective explanation.
-See [TODO.md](TODO.md) or the [open issues](https://github.com/nsxiv/nsxiv/issues) to find something to work on.
+See the [open issues](https://github.com/nsxiv/nsxiv/issues) to find something to work on.
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index a5d54ac..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,8 +0,0 @@
-To Do
------
-
- * Add support for more embedded thumbnail formats. Right now, nsxiv seems to use
- the smallest one. [Issue #238](https://github.com/muennich/sxiv/issues/238).
- * Load all frames from TIFF files. We have to write our own loader for this to
- happen--just like we did for GIF images--because Imlib2 does not support
- multiple frames. [Issue #241](https://github.com/muennich/sxiv/issues/241).