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-06-29 00:39:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 00:40:51 +0300
commit46dceefc353ab8c84731c9f8f09a34733e004d1b (patch)
tree1f71886d323ead19c9a694b383d53b3d7819abc7 /source/blender/makesdna
parentaa6247a385663fbe5c6a947d7b265aaca64f3e14 (diff)
WM: Remove Screen Cast
This feature is better handled by specialized tools.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 314ca1dfaa9..2d52c1a67de 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -527,8 +527,7 @@ typedef struct UserDef {
int view_frame_keyframes; /* number of keyframes to zoom around current frame */
float view_frame_seconds; /* seconds to zoom around current frame */
- short scrcastfps; /* frame rate for screencast to be played back */
- short scrcastwait; /* milliseconds between screencast snapshots */
+ char _pad0[4];
short widget_unit; /* private, defaults to 20 for 72 DPI setting */
short anisotropic_filter;