mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Remove unnecessary garbage comments
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user