Blender Git Loki
Git Commits -> Revision 940b239
Revision 940b239 by Hans Goudey (master) August 19, 2020, 22:55 (GMT) |
Cleanup: Remove unused variables for horizontal panels Continuing the work of eb9055a572c3, remove remaining unecessary variables and arguments that were related tabbing and horizontal alignment of panels. For example, "vertical" was always true, and removing that exposed other unused variables. |
Commit Details:
Full Hash: 940b239ad47385d121d7864ea99c27eddb8df9fc
Parent Commit: 50b435c
Lines Changed: +20, -73
6 Modified Paths:
/source/blender/editors/include/ED_screen.h (+1, -7) (Diff)
/source/blender/editors/screen/area.c (+14, -54) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+1, -3) (Diff)
/source/blender/editors/space_image/space_image.c (+1, -3) (Diff)
/source/blender/editors/space_userpref/space_userpref.c (+1, -2) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -4) (Diff)
/source/blender/editors/screen/area.c (+14, -54) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+1, -3) (Diff)
/source/blender/editors/space_image/space_image.c (+1, -3) (Diff)
/source/blender/editors/space_userpref/space_userpref.c (+1, -2) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -4) (Diff)