Skip to content

Commit

Permalink
Overlay renderer: Remove duplicate switch case entry
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Nov 15, 2023
1 parent 1f51270 commit 555a11c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/overlay_render/js/elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ function type_from_string(type) {
return element_types.ANALOG_STICK;
case "trigger":
return element_types.TRIGGER;
case "mouse_movement":
return element_types.MOUSE_MOVEMENT;
case "mouse_wheel":
return element_types.WHEEL;
case "player_id":
Expand Down

0 comments on commit 555a11c

Please sign in to comment.