Remove redundant .remove()
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
Import ('env')
|
||||
|
||||
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']
|
||||
defs = []
|
||||
|
||||
|
Reference in New Issue
Block a user