Remove aIsCli which never ended being used

This commit is contained in:
Marek Roszko
2024-11-04 20:51:15 -05:00
parent 796be37c6f
commit be728f7800
71 changed files with 119 additions and 131 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ int CLI::SCH_EXPORT_PLOT_COMMAND::doPerform( KIWAY& aKiway )
}
std::unique_ptr<JOB_EXPORT_SCH_PLOT> plotJob =
std::make_unique<JOB_EXPORT_SCH_PLOT>( true );
std::make_unique<JOB_EXPORT_SCH_PLOT>();
plotJob->m_filename = filename;
plotJob->m_plotFormat = m_plotFormat;
plotJob->m_plotPages = pages;