diff --git a/hecl/.gitmodules b/hecl/.gitmodules index 96015cd59..77be7628f 100644 --- a/hecl/.gitmodules +++ b/hecl/.gitmodules @@ -4,9 +4,6 @@ [submodule "extern/libSquish"] path = extern/libSquish url = https://github.com/jackoalan/libSquish.git -[submodule "extern/LogVisor"] - path = extern/LogVisor - url = https://github.com/AxioDL/LogVisor.git [submodule "extern/libBoo"] path = extern/libBoo url = https://github.com/AxioDL/libBoo.git diff --git a/hecl/extern/CMakeLists.txt b/hecl/extern/CMakeLists.txt index ff35928c8..b72ae7750 100644 --- a/hecl/extern/CMakeLists.txt +++ b/hecl/extern/CMakeLists.txt @@ -6,8 +6,5 @@ endif() add_subdirectory(libSquish) add_subdirectory(xxhash) -if (NOT TARGET LogVisor) -add_subdirectory(LogVisor) -endif() add_subdirectory(Athena) add_subdirectory(libpng) diff --git a/hecl/extern/LogVisor b/hecl/extern/LogVisor deleted file mode 160000 index 4c2442df2..000000000 --- a/hecl/extern/LogVisor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4c2442df2d800fc25339d3d301d7d3691da7bafb