Remove unused code
This commit is contained in:
parent
3352939009
commit
705aeb568f
|
@ -12,10 +12,6 @@ class RoomsPage extends StatefulWidget {
|
||||||
}
|
}
|
||||||
|
|
||||||
class _RoomsPageState extends State<RoomsPage> {
|
class _RoomsPageState extends State<RoomsPage> {
|
||||||
final serverController = TextEditingController();
|
|
||||||
final usernameController = TextEditingController();
|
|
||||||
final passwordController = TextEditingController();
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user