Code Cleanup: de-duplicate text pasting which only used the first line

This commit is contained in:
2014-01-08 17:39:12 +11:00
parent 3fbd63c52e
commit 2dba2e72b7
10 changed files with 75 additions and 55 deletions

View File

@@ -55,11 +55,6 @@ typedef struct {
#include "mathutils_Euler.h"
#include "mathutils_Color.h"
// /* utility submodules */
//
//
//#include "mathutils_kdtree.h"
PyObject *BaseMathObject_owner_get(BaseMathObject *self, void *);
PyObject *BaseMathObject_is_wrapped_get(BaseMathObject *self, void *);