Cleanup: CTX_DATA_BEGIN_FOR_ID no longer needed

This commit is contained in:
Dalai Felinto 2018-10-19 10:15:01 -03:00
parent af58646467
commit 7cc799d03d
1 changed files with 0 additions and 6 deletions

View File

@ -244,12 +244,6 @@ bool CTX_data_dir(const char *member);
CTX_DATA_BEGIN(C, Type, instance, member) \
Type_id instance_id = ctx_link->ptr.id.data; \
#define CTX_DATA_BEGIN_FOR_ID(C, Type, instance, member, instance_id) \
CTX_DATA_BEGIN(C, Type, instance, member) \
if (ctx_link->ptr.id.data != (instance_id)) { \
continue; \
}
int ctx_data_list_count(const bContext *C, int (*func)(const bContext *, ListBase *));
#define CTX_DATA_COUNT(C, member) \