Cleanup: Remove deprecated enum flags

Those are not used anymore.
This commit is contained in:
Sergey Sharybin 2018-01-16 16:47:00 +01:00
parent bf9460e3cf
commit d9eb17b18e
1 changed files with 0 additions and 5 deletions

View File

@ -629,11 +629,6 @@ enum {
OB_BODY_TYPE_CHARACTER = 8,
};
/* ob->deg_update_flag */
enum {
DEG_RUNTIME_DATA_UPDATE = 1 << 0,
};
/* ob->scavisflag */
enum {
OB_VIS_SENS = 1 << 0,