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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-23 17:00:41 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-23 17:00:41 +0400
commit66ef02aaa332039c2338bd4680aba34c748fb319 (patch)
tree7d436caa70f9ca24e35cc92b79c296906947d694 /source/blender/editors/space_view3d/drawmesh.c
parentd1e04d376dfa01037b5671abe53f8fb841be9173 (diff)
Code refactoring: split main 3d view drawing function into object drawing and
info overlay drawing functions.
Diffstat (limited to 'source/blender/editors/space_view3d/drawmesh.c')
-rw-r--r--source/blender/editors/space_view3d/drawmesh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/drawmesh.c b/source/blender/editors/space_view3d/drawmesh.c
index 76263f5ac3d..df2a7787f79 100644
--- a/source/blender/editors/space_view3d/drawmesh.c
+++ b/source/blender/editors/space_view3d/drawmesh.c
@@ -55,7 +55,6 @@
#include "BKE_paint.h"
#include "BKE_property.h"
-
#include "BIF_gl.h"
#include "BIF_glutil.h"