aboutsummaryrefslogtreecommitdiff
path: root/libraries/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/README.md')
-rw-r--r--libraries/README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/libraries/README.md b/libraries/README.md
index 946e34d8..f225ade8 100644
--- a/libraries/README.md
+++ b/libraries/README.md
@@ -22,11 +22,6 @@ Hoedown is a revived fork of Sundown, the Markdown parser based on the original
See [github repo](https://github.com/hoedown/hoedown).
-## iconfix
-This was originally part of the razor-qt project and the Qt toolkit, respecitvely. Its sole purpose is to reimplement Qt's icon loading logic to prevent it from using any platform plugins that could break icon loading.
-
-Licensed under LGPL 2.1
-
## javacheck
Simple Java tool that prints the JVM details - version and platform bitness.
@@ -155,14 +150,6 @@ Canonical implementation of the murmur2 hash, taken from [SMHasher](https://gith
Public domain (the author disclaimed the copyright).
-## optional-bare
-
-A simple single-file header-only version of a C++17-like optional for default-constructible, copyable types, for C++98 and later.
-
-Imported from: https://github.com/martinmoene/optional-bare/commit/0bb1d183bcee1e854c4ea196b533252c51f98b81
-
-Boost Software License - Version 1.0
-
## quazip
A zip manipulation library, forked for MultiMC's use.