Remove unused code

This commit is contained in:
Brandon Presley 2023-12-29 10:53:36 +13:00
parent 3352939009
commit 705aeb568f

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();