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:
Diffstat (limited to 'source/gameengine/Ketsji/KX_CharacterWrapper.h')
-rw-r--r--source/gameengine/Ketsji/KX_CharacterWrapper.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/gameengine/Ketsji/KX_CharacterWrapper.h b/source/gameengine/Ketsji/KX_CharacterWrapper.h
index 04303064645..3b0058aca6f 100644
--- a/source/gameengine/Ketsji/KX_CharacterWrapper.h
+++ b/source/gameengine/Ketsji/KX_CharacterWrapper.h
@@ -30,10 +30,6 @@ public:
private:
PHY_ICharacter* m_character;
-
-#ifdef WITH_CXX_GUARDEDALLOC
- MEM_CXX_CLASS_ALLOC_FUNCS("GE:KX_CharacterWrapper")
-#endif
};
-#endif //__KX_CHARACTERWRAPPER_H__
+#endif /* __KX_CHARACTERWRAPPER_H__ */