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>2010-10-02 23:31:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-02 23:31:23 +0400
commita6e78239424fa735fd71dd03a4c9501aa6635d9a (patch)
tree53fa9564ca5b4718fd3dfe5cd24c22259bc97b7b /source/blender/makesdna/DNA_view3d_types.h
parent5faa29b01dd6b47219d1aabb3217459ba1e2f56d (diff)
make fly mode border draw into a area drawing callback rather then using a flag (no functional change).
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index f692c80f81f..272741fa341 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -228,7 +228,6 @@ typedef struct View3D {
#define RV3D_CAMOB 2
/* RegionView3d->rflag */
-#define RV3D_FLYMODE 2
#define RV3D_CLIPPING 4
#define RV3D_NAVIGATING 8
#define RV3D_GPULIGHT_UPDATE 16