Revert "fix: linux, window, workaround, mint, mate (#10146)" (#10184)

This reverts commit bd0a33e467.
This commit is contained in:
RustDesk 2024-12-05 11:44:37 +09:00 committed by GitHub
parent f13ef48cec
commit fe4094777f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 161 deletions

View file

@ -1848,9 +1848,5 @@ class RustdeskImpl {
throw UnimplementedError("sessionGetConnToken");
}
String getOsDistroInfo({dynamic hint}) {
return '';
}
void dispose() {}
}