mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Remove dead code
This commit is contained in:
parent
175f178f38
commit
b597d810e5
@ -189,8 +189,6 @@
|
|||||||
this.mergeDownCurrentLayer_();
|
this.mergeDownCurrentLayer_();
|
||||||
} else if (action == 'edit') {
|
} else if (action == 'edit') {
|
||||||
this.renameCurrentLayer_();
|
this.renameCurrentLayer_();
|
||||||
} else if (action == 'alpha') {
|
|
||||||
this.changeAlphaOfLayer_();
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -205,6 +203,4 @@
|
|||||||
pskl.UserSettings.set(pskl.UserSettings.LAYER_OPACITY, Constants.DEFAULT.LAYER_OPACITY);
|
pskl.UserSettings.set(pskl.UserSettings.LAYER_OPACITY, Constants.DEFAULT.LAYER_OPACITY);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user