From 1bd66c39e2dec660404c8908982fde51bd00f993 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 21 Sep 2017 23:45:08 -0400 Subject: [PATCH] Remove dr_libs submodule --- .gitmodules | 3 --- ext/dr_libs | 1 - src/dsp.cpp | 4 ---- 3 files changed, 8 deletions(-) delete mode 160000 ext/dr_libs diff --git a/.gitmodules b/.gitmodules index a479429d..0d52f7cb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "ext/nanosvg"] path = ext/nanosvg url = https://github.com/memononen/nanosvg.git -[submodule "ext/dr_libs"] - path = ext/dr_libs - url = https://github.com/mackron/dr_libs.git [submodule "ext/osdialog"] path = ext/osdialog url = https://github.com/AndrewBelt/osdialog.git diff --git a/ext/dr_libs b/ext/dr_libs deleted file mode 160000 index 6fb1f8a9..00000000 --- a/ext/dr_libs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6fb1f8a9f8bb3198e05ee52aa38f177c499c1bef diff --git a/src/dsp.cpp b/src/dsp.cpp index 8174e181..80b0d5c7 100644 --- a/src/dsp.cpp +++ b/src/dsp.cpp @@ -1,10 +1,6 @@ #include "dsp.hpp" -#define DR_WAV_IMPLEMENTATION -#include "../ext/dr_libs/dr_wav.h" - - namespace rack {