[Bf-blender-cvs] [d86efe5] object_nodes: Removed unused source file.

Lukas Tönne noreply at git.blender.org
Wed Jun 22 18:26:32 CEST 2016


Commit: d86efe58309b16d34bc8e2846b3b726c7c88acd4
Author: Lukas Tönne
Date:   Wed Jun 22 12:35:57 2016 +0200
Branches: object_nodes
https://developer.blender.org/rBd86efe58309b16d34bc8e2846b3b726c7c88acd4

Removed unused source file.

===================================================================

M	source/blender/blenvm/CMakeLists.txt
D	source/blender/blenvm/modules/modules.cc

===================================================================

diff --git a/source/blender/blenvm/CMakeLists.txt b/source/blender/blenvm/CMakeLists.txt
index c15d85f..aed1bd4 100644
--- a/source/blender/blenvm/CMakeLists.txt
+++ b/source/blender/blenvm/CMakeLists.txt
@@ -50,7 +50,6 @@ set(SRC
 	intern/function_cache.cc
 	intern/function_cache.h
 
-	modules/modules.cc
 	modules/modules.h
 	modules/mod_defines.h
 	modules/mod_base.h
diff --git a/source/blender/blenvm/modules/modules.cc b/source/blender/blenvm/modules/modules.cc
deleted file mode 100644
index 850410f..0000000
--- a/source/blender/blenvm/modules/modules.cc
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * ***** BEGIN GPL LICENSE BLOCK *****
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * The Original Code is Copyright (C) Blender Foundation.
- * All rights reserved.
- *
- * The Original Code is: all of this file.
- *
- * Contributor(s): Lukas Toenne
- *
- * ***** END GPL LICENSE BLOCK *****
- */
-
-#include "modules.h"
-
-BVM_MOD_NAMESPACE_BEGIN
-
-#if 0
-inline int force_linking()
-{
-	int i = 0;
-	i += (long int)VALUE_FLOAT;
-	i += (long int)VALUE_FLOAT3;
-	i += (long int)VALUE_FLOAT4;
-	i += (long int)VALUE_INT;
-	i += (long int)VALUE_MATRIX44;
-	i += (long int)MIX_RGB3;
-	i += (long int)MIX_RGB;
-	
-	return i;
-}
-
-static int f = force_linking();
-#endif
-
-BVM_MOD_NAMESPACE_END




More information about the Bf-blender-cvs mailing list