From ffa167da8f117784fa0340c2a6f7b52fb92b4e4c Mon Sep 17 00:00:00 2001 From: Alec Date: Tue, 25 Apr 2023 20:20:34 -0400 Subject: [PATCH] delete stub function --- client/src/modules/game_creation/RoleBox.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/modules/game_creation/RoleBox.js b/client/src/modules/game_creation/RoleBox.js index 8a12cc9..3f0b13f 100644 --- a/client/src/modules/game_creation/RoleBox.js +++ b/client/src/modules/game_creation/RoleBox.js @@ -29,10 +29,6 @@ export class RoleBox { }); } - render = () => { - - }; - loadDefaultRoles = () => { this.defaultRoles = defaultRoles.sort((a, b) => { if (a.team !== b.team) {