diff options
author | Chris Robinson <[email protected]> | 2018-12-28 22:56:20 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-28 22:56:20 -0800 |
commit | 3d92e8c4df4ebaffbe44507f787f2382e3982c96 (patch) | |
tree | fe8f068a902d6b8f5f225120505529d1f6fe31cd /CMakeLists.txt | |
parent | 67b874328d60062558eeb5068a3f79dab2b6f7e3 (diff) |
Convert the backends to use proper inheritence
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 270d2a4e..3b2be332 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -773,7 +773,6 @@ SET(ALC_OBJS Alc/bformatdec.cpp Alc/bformatdec.h Alc/panning.cpp - Alc/polymorphism.h Alc/mixvoice.cpp Alc/mixer/defs.h Alc/mixer/mixer_c.cpp |