Remove dead code

This commit is contained in:
John Lewin 2018-04-07 08:45:06 -07:00
parent 88b90ae864
commit dafaa9f8ba

View file

@ -46,10 +46,6 @@ namespace MatterHackers.MatterControl.ConfigurationPage
{
public static Action OpenPrintNotification = null;
private string cannotRestartWhilePrintIsActiveMessage = "Oops! You cannot restart while a print is active.".Localize();
private string cannotRestartWhileActive = "Unable to restart".Localize();
private Color menuTextColor = Color.Black;
public ApplicationSettingsWidget(TextImageButtonFactory buttonFactory, ThemeConfig theme)