Remove unused code

This commit is contained in:
2023-12-29 10:53:43 +13:00
parent 3352939009
commit 705aeb568f
-4
View File
@@ -12,10 +12,6 @@ class RoomsPage extends StatefulWidget {
}
class _RoomsPageState extends State<RoomsPage> {
final serverController = TextEditingController();
final usernameController = TextEditingController();
final passwordController = TextEditingController();
@override
void initState() {
super.initState();