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>2011-01-20 10:44:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-20 10:44:58 +0300
commit09ceb859b7ea9945556ff40799375bd8139234e7 (patch)
tree28e97461b7b58afa25223fca79016a9612aa04e7 /source/blender/blenkernel/BKE_global.h
parentac058624ae45d67f6260962882ea5f09c6afcea4 (diff)
no functional change,
- remove G.flag, its not used anywhere (and confusing with G.f). - also remove strcpy where memory locations may overlap.
Diffstat (limited to 'source/blender/blenkernel/BKE_global.h')
-rw-r--r--source/blender/blenkernel/BKE_global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
index b23fbd3601c..d222fe8d296 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -92,10 +92,6 @@ typedef struct Global {
/* ndof device found ? */
int ndofdevice;
-
- /* confusing... G.f and G.flags */
- int flags;
-
} Global;
/* **************** GLOBAL ********************* */