MantisBT: i30278-remove-cftype-const a172b481

Author Committer Branch Timestamp Parent
dregad dregad i30278-remove-cftype-const 2022-05-17 09:21 i30278-remove-cftype-const c42fa831
Affected Issues  0030278: Removing unused CUSTOM_FIELD_TYPE_xxx constants
Changeset

Removing unused CUSTOM_FIELDTYPE* constants

The following constants are not referenced anywhere in the code base
throughout the Git history since they were introduced, in 2008 commit
1893e47e736dbd6d52693967e297a656ffb0db77.

  • CUSTOM_FIELD_TYPE_BUG
  • CUSTOM_FIELD_TYPE_USER
  • CUSTOM_FIELD_TYPE_BUGNOTE
  • CUSTOM_FIELD_TYPE_PROJECT
  • CUSTOM_FIELD_TYPE_FILE

Furthermore, their values are conflicting with other CUSTOM_FIELD_TYPE
constants.

Fixes 0030278

mod - core/constant_inc.php Diff File