Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
araszka committed Sep 29, 2024
1 parent 6c4d70c commit ab6685e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<component>
<import component="ScoreboardModule.Components.Body.BodyBackground" as="BodyBackground"/>
<import component="ScoreboardModule.Components.Body.Legend" as="Legend"/>

<property type="double" name="width"/>
Expand All @@ -19,11 +18,6 @@
clubTagWidth="{{ clubTagWidth }}"
columnSpacing="{{ columnSpacing }}"
/>

<BodyBackground y="{{ -legendHeight - rowSpacing }}"
width="{{ width }}"
height="{{ height - legendHeight }}"
/>
</frame>
</template>
</component>

0 comments on commit ab6685e

Please sign in to comment.