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>2019-05-16 04:12:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-16 04:12:41 +0300
commit2384564149b54374572ea28f91b5f64dc61143e2 (patch)
tree22a287950c0aff18b7a833305038952148382ee9 /source/blender/makesdna
parent870fc2906838adad4363fe239753b50510cf425a (diff)
Cleanup: remove 2.4x panel tabs
This makes the code confusing since we now have two other kinds of tabs (navigation bar and panel categories).
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index e014de183e3..f5c2a518ef6 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -139,7 +139,7 @@ typedef struct Panel {
struct uiLayout *layout;
/** Defined as UI_MAX_NAME_STR. */
- char panelname[64], tabname[64];
+ char panelname[64];
/** Panel name is identifier for restoring location. */
char drawname[64];
/** Offset within the region. */
@@ -155,8 +155,6 @@ typedef struct Panel {
short snap;
/** Panels are aligned according to increasing sort-order. */
int sortorder;
- /** This panel is tabbed in *paneltab. */
- struct Panel *paneltab;
/** Runtime for panel manipulation. */
void *activedata;
/** Sub panels. */