From 4045e838dff87dc95f31d908c7ef4ab541bbe9f4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Nov 2010 13:52:09 +0000 Subject: [PATCH] missed removing the file for scons. --- source/kernel/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/kernel/SConscript b/source/kernel/SConscript index 385a3064c76..8dd0fd36e8a 100644 --- a/source/kernel/SConscript +++ b/source/kernel/SConscript @@ -2,7 +2,7 @@ Import ('env') sources = 'gen_messaging/intern/messaging.c gen_system/GEN_HashedPtr.cpp' -sources += ' gen_system/GEN_Matrix4x4.cpp gen_system/SYS_SingletonSystem.cpp' +sources += ' gen_system/SYS_SingletonSystem.cpp' sources += ' gen_system/SYS_System.cpp' incs = 'gen_messaging gen_system #/intern/string #/intern/moto/include #/source/blender/blenloader '