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:
authorCampbell Barton <ideasman42@gmail.com>2015-12-20 16:10:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-20 16:14:41 +0300
commitfdcec62dada7042e9c720086744ac32abf957569 (patch)
treeea645318bdb3d75c7d069276e3522ed2f85024e6 /source/blender/bmesh/operators/bmo_primitive.c
parent008e7701c5f0625f88b6cbc290b15fc2c9dfadbf (diff)
Cleanup: invalid comment & style
Diffstat (limited to 'source/blender/bmesh/operators/bmo_primitive.c')
-rw-r--r--source/blender/bmesh/operators/bmo_primitive.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/bmesh/operators/bmo_primitive.c b/source/blender/bmesh/operators/bmo_primitive.c
index 33681c992a0..0935e0acb45 100644
--- a/source/blender/bmesh/operators/bmo_primitive.c
+++ b/source/blender/bmesh/operators/bmo_primitive.c
@@ -78,10 +78,6 @@ static const short icoface[20][3] = {
{10, 9, 11}
};
-/* HACK: these can also be found in cmoview.tga.c, but are here so that they can be found by linker
- * this hack is only used so that scons & mingw + split-sources hack works
- * ------------------------------- start copied code */
-/* these are not the monkeys you are looking for */
static const int monkeyo = 4;
static const int monkeynv = 271;
static const int monkeynf = 250;