Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-11-08 23:04:19 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-11-08 23:04:19 +0400
commit7d7079a58a618acca43621591713065b69a06e6d (patch)
treecd34b631c9dba65a86bbe0a2426c8f06459ce4ea /intern/audaspace
parent2a0451dc46809e08ac3fa028e9c22e0e7071e06e (diff)
Remove redundant .remove()
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/audaspace/SConscript b/intern/audaspace/SConscript
index c8d8d071ce8..b8d5a56a625 100644
--- a/intern/audaspace/SConscript
+++ b/intern/audaspace/SConscript
@@ -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 = []