Remove redundant .remove()
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
Import ('env')
|
Import ('env')
|
||||||
|
|
||||||
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp')
|
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp')
|
||||||
# file already included in AUD_JOSResampleReader.cpp
|
|
||||||
sources.remove('intern/AUD_JOSResampleReaderCoeff.cpp')
|
|
||||||
incs = '. intern FX ' + env['BF_PTHREADS_INC']
|
incs = '. intern FX ' + env['BF_PTHREADS_INC']
|
||||||
defs = []
|
defs = []
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user