CodeFactor cleanup
This commit is contained in:
parent
7148be8c25
commit
4113a18436
3 changed files with 2 additions and 5 deletions
|
|
@ -403,8 +403,6 @@ namespace MatterHackers.MatterControl
|
|||
this.ActivePrinter = PrinterConfig.EmptyPrinter;
|
||||
}
|
||||
|
||||
|
||||
// TODO: Need to revised listeners to be multi-printer aware and process change rather than simply remove and add new printer tab
|
||||
if (allowChangedEvent)
|
||||
{
|
||||
this.OnOpenPrintersChanged(new OpenPrintersChangedEventArgs(printer, OpenPrintersChangedEventArgs.OperationType.Remove));
|
||||
|
|
@ -413,7 +411,6 @@ namespace MatterHackers.MatterControl
|
|||
printer.Dispose();
|
||||
}
|
||||
|
||||
|
||||
public void LaunchBrowser(string targetUri)
|
||||
{
|
||||
UiThread.RunOnIdle(() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue