[Bf-blender-cvs] [b1f72a09c1] fluid-mantaflow: small fix for manta function registration

Sebastián Barschkis noreply at git.blender.org
Tue Mar 7 01:26:32 CET 2017


Commit: b1f72a09c106064721064eba06158720f6a848aa
Author: Sebastián Barschkis
Date:   Fri Feb 24 00:12:39 2017 +0200
Branches: fluid-mantaflow
https://developer.blender.org/rBb1f72a09c106064721064eba06158720f6a848aa

small fix for manta function registration

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

M	intern/mantaflow/intern/manta_pp/registration.cpp

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

diff --git a/intern/mantaflow/intern/manta_pp/registration.cpp b/intern/mantaflow/intern/manta_pp/registration.cpp
index eb0a8f3130..a11cd98fc4 100644
--- a/intern/mantaflow/intern/manta_pp/registration.cpp
+++ b/intern/mantaflow/intern/manta_pp/registration.cpp
@@ -145,13 +145,6 @@ extern "C" {
 		extern void PbRegister_file_18();
 		extern void PbRegister_file_19();
 		extern void PbRegister_file_20();
-		extern void PbRegister_file_21();
-		extern void PbRegister_file_22();
-		extern void PbRegister_file_23();
-		extern void PbRegister_file_24();
-		extern void PbRegister_file_25();
-		extern void PbRegister_file_26();
-		extern void PbRegister_file_27();
 }
 
 namespace Pb {
@@ -303,12 +296,5 @@ namespace Pb {
 		PbRegister_file_18();
 		PbRegister_file_19();
 		PbRegister_file_20();
-		PbRegister_file_21();
-		PbRegister_file_22();
-		PbRegister_file_23();
-		PbRegister_file_24();
-		PbRegister_file_25();
-		PbRegister_file_26();
-		PbRegister_file_27();
 	}
 }




More information about the Bf-blender-cvs mailing list