[refactor] remove old code

This commit is contained in:
Kuldeep M 2019-07-03 17:01:55 +01:00
parent 77ae95b82f
commit a0ac0e78e6
2 changed files with 9 additions and 14 deletions

View File

@ -2156,11 +2156,6 @@ var control = (function() {
});
};
var _renderItemDisplayLetter = function() {
var html = helper.e("html");
html.style.setProperty("--link-item-display-letter-size", state.get().link.item.display.letter.size + "em");
};
var bind = function() {
var eventType = {
a: "click",