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
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() {}
}