Skip to content

Commit

Permalink
[python] Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Jul 17, 2024
1 parent 07988fd commit 2fbc306
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/python/common/room_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,6 @@ def build(self, file_path):
W = self.width
H = self.height

cabinet_spec = {
"tris": [],
"pts": [],
"color": [10, 10, 10],
"sides": []
}

counter = 0
for src in self.cabinet_sources:
rot = [0, 0, 0]
Expand Down

0 comments on commit 2fbc306

Please sign in to comment.