remove/comment unused defines.

This commit is contained in:
2011-01-15 16:14:57 +00:00
parent f66912a335
commit 86bbab7de5
48 changed files with 124 additions and 201 deletions

View File

@@ -33,8 +33,8 @@
* writers to make OpenGL calls in their Python scripts for Blender. The
* more important original comments are marked with an @ symbol. */
#ifndef EXPP_BGL_H
#define EXPP_BGL_H
#ifndef BGL_H
#define BGL_H
#include <Python.h>
@@ -337,4 +337,4 @@ extern PyTypeObject BGL_bufferType;
return NULL;\
}
#endif /* EXPP_BGL_H */
#endif /* BGL_H */