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:
authorBenoit Bolsee <benoit.bolsee@online.be>2009-04-22 20:58:04 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2009-04-22 20:58:04 +0400
commitf6d27e73eee3cfdbe090bb1d34372d976ba079bb (patch)
tree7efbedbc875fdf30dfb7fb804103fb6c571217e5 /source/gameengine/Ketsji/KX_MeshProxy.cpp
parent076d1910f58661926393cca2a6f06d7091a5bce5 (diff)
BGE: some more cleanup, remove useless ReplicaSetName(), move code to ProcessReplica.
Diffstat (limited to 'source/gameengine/Ketsji/KX_MeshProxy.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_MeshProxy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_MeshProxy.cpp b/source/gameengine/Ketsji/KX_MeshProxy.cpp
index 65b163106c9..75e46da072e 100644
--- a/source/gameengine/Ketsji/KX_MeshProxy.cpp
+++ b/source/gameengine/Ketsji/KX_MeshProxy.cpp
@@ -138,7 +138,6 @@ double KX_MeshProxy::GetNumber() { return -1;}
STR_String KX_MeshProxy::GetName() { return m_meshobj->GetName();}
void KX_MeshProxy::SetName(STR_String name) { };
CValue* KX_MeshProxy::GetReplica() { return NULL;}
-void KX_MeshProxy::ReplicaSetName(STR_String name) {};
// stuff for python integration