BGE: some more cleanup, remove useless ReplicaSetName(), move code to ProcessReplica.

This commit is contained in:
Benoit Bolsee
2009-04-22 16:58:04 +00:00
parent 076d1910f5
commit f6d27e73ee
12 changed files with 4 additions and 47 deletions

View File

@@ -183,8 +183,6 @@ double KX_PolyProxy::GetNumber() { return -1;}
STR_String KX_PolyProxy::GetName() { return sPolyName;}
void KX_PolyProxy::SetName(STR_String) { };
CValue* KX_PolyProxy::GetReplica() { return NULL;}
void KX_PolyProxy::ReplicaSetName(STR_String) {};
// stuff for python integration