Skip to content

Commit

Permalink
Codechange: remove unused colour remap
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Aug 18, 2023
1 parent 1995cae commit c13281e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gestalt_graphics/graphics_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,6 @@
),
)

oil_tank_car_livery_recolour_maps = (
("DFLT", {136: 1, 137: 2, 138: 3, 139: 4, 140: 5, 141: 6, 142: 7, 143: 8}),
)

pellet_hopper_car_livery_recolour_maps = (
("DFLT", {136: 4, 137: 5, 138: 6, 139: 19, 140: 20, 141: 21, 142: 22, 143: 23}),
)
Expand Down

0 comments on commit c13281e

Please sign in to comment.