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/blenloader
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/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index f0e70f1be27..51f7ce3adcd 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -7106,7 +7106,6 @@ static void direct_link_panel_list(FileData *fd, ListBase *lb)
link_list(fd, lb);
for (Panel *pa = lb->first; pa; pa = pa->next) {
- pa->paneltab = newdataadr(fd, pa->paneltab);
pa->runtime_flag = 0;
pa->activedata = NULL;
pa->type = NULL;