Skip to content

Commit

Permalink
Fix typescript complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 2, 2023
1 parent f4da731 commit b768130
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions viser/client/src/WebsocketInterface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -616,11 +616,6 @@ function useMessageHandler() {
removeGui(message.id);
return;
}
// Remove a GUI container.
case "GuiRemoveContainerChildrenMessage": {
removeGuiContainer(message.container_id);
return;
}

case "CatmullRomSplineMessage": {
addSceneNodeMakeParents(
Expand Down

0 comments on commit b768130

Please sign in to comment.