cleanup code

This commit is contained in:
pypy
2021-02-01 21:39:02 +09:00
parent f81c622020
commit 65d7361dcf

View File

@@ -6946,11 +6946,6 @@ speechSynthesis.getVoices();
this.setUserDialogWorlds(D.worlds);
};
$app.methods.changeUserDialogAvatarSorting = function () {
var D = this.userDialog;
this.setUserDialogAvatars(D.avatars);
};
$app.methods.changeUserDialogAvatarReleaseStatus = function () {
var D = this.userDialog;
this.setUserDialogAvatars(D.avatars);