remove yay function lol
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
erinn 2022-02-04 15:45:24 -08:00
parent 2b74372aca
commit 4e7b712fa9
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ class Flwtch extends StatefulWidget {
@override
FlwtchState createState() => FlwtchState();
String yay() {
return "yay!";
}
}
class FlwtchState extends State<Flwtch> with WindowListener {