remove registerForWindowResult which is not used (#506)

This commit is contained in:
ArcticLampyrid 2024-05-31 14:02:33 +08:00 committed by GitHub
parent f830d5a9bf
commit b98c5d327a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -315,9 +315,6 @@ Window {
window.minimumHeight = window.height window.minimumHeight = window.height
} }
} }
function registerForWindowResult(path){
return FluApp.createWindowRegister(window,path)
}
function setResult(data){ function setResult(data){
if(_windowRegister){ if(_windowRegister){
_windowRegister.setResult(data) _windowRegister.setResult(data)