Fix compile warning

This commit is contained in:
Seth Hillbrand 2023-01-25 13:53:13 -08:00
parent 33bef16376
commit a6badd0313
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ bool PCB_PLOT_SVG::Plot( BOARD* aBoard, const PCB_PLOT_SVG_OPTIONS& aSvgPlotOpti
}
SETTINGS_MANAGER& mgr = Pgm().GetSettingsManager();
PCBNEW_SETTINGS* cfg = mgr.GetAppSettings<PCBNEW_SETTINGS>();
plot_opts.SetColorSettings( mgr.GetColorSettings( aSvgPlotOptions.m_colorTheme ) );