Remove unnecessary garbage comments

This commit is contained in:
trawzified
2023-12-23 15:45:25 +01:00
parent f77b29ec08
commit b5b3d9c109

View File

@ -70,17 +70,5 @@ namespace Wabbajack
button.Style = mainButtonStyle;
}
}
/*
{
var activeStyle = (Style)Application.Current.Resources["ActiveButton"];
switch(x)
{
case ScreenType.Home:
HomeButton.Style = activeStyle;
default:
return;
}
}
*/
}
}