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/blender/python/generic/bgl.c')
-rw-r--r--source/blender/python/generic/bgl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/python/generic/bgl.c b/source/blender/python/generic/bgl.c
index ad30b5ceb2a..abbc7c48c87 100644
--- a/source/blender/python/generic/bgl.c
+++ b/source/blender/python/generic/bgl.c
@@ -43,7 +43,6 @@
/* -------------------------------------------------------------------- */
-
/** \name Local utility defines for wrapping OpenGL
* \{ */
@@ -456,7 +455,6 @@ static int Buffer_ass_subscript(Buffer *self, PyObject *item, PyObject *value);
/* -------------------------------------------------------------------- */
-
/** \name Utility Functions
* \{ */
@@ -512,7 +510,6 @@ static bool compare_dimensions(int ndim, int *dim1, Py_ssize_t *dim2)
/* -------------------------------------------------------------------- */
-
/** \name Buffer API
* \{ */
@@ -1055,7 +1052,6 @@ static PyObject *Buffer_repr(Buffer *self)
/* -------------------------------------------------------------------- */
-
/** \name OpenGL API Wrapping
* \{ */
@@ -1336,7 +1332,6 @@ BGL_Wrap(TexImage3DMultisample, void, (GLenum, GLsizei, GLenum, GLsizei
/* -------------------------------------------------------------------- */
-
/** \name Module Definition
* \{ */