Remove unused local reference
This commit is contained in:
parent
c485282d72
commit
88b90ae864
1 changed files with 0 additions and 2 deletions
|
|
@ -49,14 +49,12 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
private string cannotRestartWhilePrintIsActiveMessage = "Oops! You cannot restart while a print is active.".Localize();
|
||||
private string cannotRestartWhileActive = "Unable to restart".Localize();
|
||||
|
||||
private TextImageButtonFactory buttonFactory;
|
||||
|
||||
private Color menuTextColor = Color.Black;
|
||||
|
||||
public ApplicationSettingsWidget(TextImageButtonFactory buttonFactory, ThemeConfig theme)
|
||||
: base(FlowDirection.TopToBottom)
|
||||
{
|
||||
this.buttonFactory = buttonFactory;
|
||||
this.HAnchor = HAnchor.Stretch;
|
||||
this.VAnchor = VAnchor.Fit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue