diff options
author | Chris Robinson <[email protected]> | 2016-07-26 03:45:25 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-07-26 03:45:25 -0700 |
commit | 25d1b7bdba7b0c68e9e8e6f727c991cb69f24f4a (patch) | |
tree | 0991c91d5e0ae33552ff1bff38990fd7d03428d1 /CMakeLists.txt | |
parent | 45514ee32f8566d35d6153a64c575dfde256d941 (diff) |
Remove broken autowah effect code
It's been disabled forever, and I have no idea how to make it work properly.
Better to just redo it when making something that works.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 85bc0dda..d8f15153 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -634,7 +634,6 @@ SET(ALC_OBJS Alc/ALc.c Alc/alcConfig.c Alc/alcRing.c Alc/bs2b.c - Alc/effects/autowah.c Alc/effects/chorus.c Alc/effects/compressor.c Alc/effects/dedicated.c |