From 2384564149b54374572ea28f91b5f64dc61143e2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 May 2019 11:12:41 +1000 Subject: 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). --- source/blender/blenloader/intern/readfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenloader') 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; -- cgit v1.2.3