Remove unused variable

This commit is contained in:
Dean Herbert 2017-12-26 15:56:32 +09:00
parent 71a94d6b44
commit c15b2382a2
1 changed files with 0 additions and 2 deletions

View File

@ -374,8 +374,6 @@ private void hideAllOverlays()
notifications.State = Visibility.Hidden;
}
private ScheduledDelegate notificationsEnabler;
private void screenChanged(Screen newScreen)
{
currentScreen = newScreen as OsuScreen;