diff --git a/.gitmodules b/.gitmodules index e6c98e540e..afb8e8cd08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,9 +52,6 @@ [submodule "project/lib/webm"] path = project/lib/webm url = https://github.com/native-toolkit/webm -[submodule "project/lib/axtls"] - path = project/lib/axtls - url = https://github.com/native-toolkit/axtls [submodule "project/lib/mbedtls"] path = project/lib/mbedtls url = https://github.com/native-toolkit/mbedtls diff --git a/NOTICE.md b/NOTICE.md index 16e218986d..a6b61954d0 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -4,9 +4,6 @@ Notices ### Lime Copyright (c) 2013-2018 Joshua Granick and other Lime contributors -This product bundles axTLS 2.1.4, which is available under a -"BSD" license. For details, see [project/lib/axtls/](project/lib). - This product bundles cairo 1.15.2, which is available under an "MPL 1.1" license. For details, see [project/lib/cairo/](project/lib). diff --git a/project/Build.xml b/project/Build.xml index 316119821b..d79d04e9ba 100644 --- a/project/Build.xml +++ b/project/Build.xml @@ -8,7 +8,6 @@ - @@ -44,12 +43,10 @@ - - @@ -322,7 +319,6 @@ - @@ -355,7 +351,6 @@ - diff --git a/project/lib/axtls b/project/lib/axtls deleted file mode 160000 index 69f8aaa0ed..0000000000 --- a/project/lib/axtls +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 69f8aaa0ed52cf1f1175cacf9f30ad5d7a8d7a74