Remove dead code

This commit is contained in:
Zakar H 2018-09-03 00:43:15 -04:00 committed by GitHub
parent 175f178f38
commit b597d810e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,8 +189,6 @@
this.mergeDownCurrentLayer_();
} else if (action == 'edit') {
this.renameCurrentLayer_();
} else if (action == 'alpha') {
this.changeAlphaOfLayer_();
}
};
@ -205,6 +203,4 @@
pskl.UserSettings.set(pskl.UserSettings.LAYER_OPACITY, Constants.DEFAULT.LAYER_OPACITY);
}
};
})();