mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-17 19:21:07 +00:00
Code cleanup
This commit is contained in:
parent
c885114791
commit
335d080f0c
2 changed files with 1 additions and 4 deletions
js/technical
|
@ -164,8 +164,6 @@ function constructAchievementStyles(layer){
|
|||
}
|
||||
}
|
||||
|
||||
var DIR_MARGINS = ["margin-bottom", "margin-top", "margin-right", "margin-left"]
|
||||
|
||||
function constructBarStyles(layer){
|
||||
if (layers[layer].bars === undefined)
|
||||
return
|
||||
|
@ -207,7 +205,6 @@ function setupBarStyles(layer){
|
|||
for (id in layers[layer].bars){
|
||||
let bar = tmp[layer].bars[id]
|
||||
bar.dims = {}
|
||||
let dir = bar.direction
|
||||
bar.fillDims = {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue