Removed unused function

This commit is contained in:
MaggotHATE 2024-11-12 15:21:59 +05:00
parent 0945da8334
commit a2112f095c

View file

@ -657,11 +657,6 @@
this.config = {...CONFIG_DEFAULT};
}
},
resetSamplersDialog() {
if (window.confirm('Are you sure to reset seamplers?')) {
this.config.samplers = this.configDefault.samplers;
}
},
// sync state functions
fetchConversation() {