SUI-53: Remove unused MODIFIER_COMPACT constant #113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/jonas/SUI-53"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed bug18 by removing the unused
MODIFIER_COMPACTconstant inclasses/output/plugin_page.php. The constant was defined with value'full'(same asMODIFIER_FULL), appeared to be a copy-paste error, and was never used anywhere in the codebase.Decision
Removed the unused constant entirely to eliminate dead code. This is the safest approach since:
Testing