Commit: 212c57c1c7e7aa8ee2d030a51685a352872bd244
Author: Campbell Barton
Date:   Thu Apr 6 20:52:35 2017 +1000
Branches: custom-manipulators
https://developer.blender.org/rB212c57c1c7e7aa8ee2d030a51685a352872bd244

remove unused var

===================================================================

M       source/blender/makesdna/DNA_windowmanager_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_windowmanager_types.h 
b/source/blender/makesdna/DNA_windowmanager_types.h
index df17bd6eaf3..14400c84b69 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -155,8 +155,7 @@ typedef struct wmWindowManager {
        struct wmTimer *autosavetimer;    /* timer for auto save */
 
        char is_interface_locked;               /* indicates whether interface 
is locked for user interaction */
-       char par[3];
-       int num_ogl_widgets; /* widgets requiring an OpenGL pass to detect */
+       char par[7];
 } wmWindowManager;
 
 /* wmWindowManager.initialized */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to