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:
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user