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>2018-11-28 03:17:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-28 03:24:45 +0300
commit43512b06b33a164653ea7619a9a86822ec0f1a3c (patch)
tree895e3332fd0db4cf1bd42bed5ce17c5bb9761f77 /source/blender/makesdna/DNA_userdef_types.h
parent36da85ebeb0821584fc478a3896834fe7d1e621c (diff)
Cleanup: remove unused app-template flag
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 0eed17cf1ff..952c4dcd831 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -816,7 +816,6 @@ typedef enum eUserpref_UI_Flag2 {
/* UserDef.app_flag */
typedef enum eUserpref_APP_Flag {
USER_APP_LOCK_UI_LAYOUT = (1 << 0),
- USER_APP_VIEW3D_HIDE_CURSOR = (1 << 1),
} eUserpref_APP_Flag;
/* Auto-Keying mode.