1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Remove redundant sub-expression involving or bitwise

Reported by PVS-Studio (Warning: V501).

Fix 2/7.

Issue: 12523
This commit is contained in:
Vinicius Sa
2020-10-02 13:53:23 -03:00
parent 8e73dfd440
commit b93024039a

View File

@@ -400,7 +400,6 @@ static uint64_t window_cheats_page_enabled_widgets[] = {
(1ULL << WIDX_DAY_BOX) |
(1ULL << WIDX_DAY_UP) |
(1ULL << WIDX_DAY_DOWN) |
(1ULL << WIDX_MONTH_BOX) |
(1ULL << WIDX_DATE_GROUP) |
(1ULL << WIDX_DATE_RESET),