diff --git a/.gitmodules b/.gitmodules index 03512af..cf8e5ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,6 +19,3 @@ [submodule "src/DPF"] path = src/DPF url = https://github.com/DISTRHO/DPF.git -[submodule "src/CHOC"] - path = src/CHOC - url = https://github.com/Tracktion/choc.git diff --git a/src/CHOC b/src/CHOC deleted file mode 160000 index 2512542..0000000 --- a/src/CHOC +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2512542b2d65f3e92df7f2f1f7eeb712fa41a0de diff --git a/src/plugin/Makefile b/src/plugin/Makefile index 956df4d..2aa987e 100644 --- a/src/plugin/Makefile +++ b/src/plugin/Makefile @@ -46,8 +46,6 @@ else LINK_FLAGS += -ldl -lrt endif -$(BUILD_DIR)/WebViewCHOC.cpp.o: BUILD_CXX_FLAGS += -std=gnu++17 - # --------------------------------------------------------------------------------------------------------------------- all: $(TARGETS)