remove unused of model.dart

This commit is contained in:
csf
2022-09-27 17:52:36 +08:00
parent e9b9fc8cf3
commit 729f4c0733
5 changed files with 13 additions and 39 deletions

View File

@@ -131,10 +131,6 @@ class _RemotePageState extends State<RemotePage>
_removeStates(widget.id);
}
void resetTool() {
_ffi.resetModifiers();
}
Widget buildBody(BuildContext context) {
return Scaffold(
backgroundColor: Theme.of(context).backgroundColor,