Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
danv61 committed Jan 21, 2025
1 parent 2bdc08b commit 2b78de8
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,7 @@ public boolean isExportingOverrides() {
}
return false;
}
// public int getScanCount() {
// if (selectedSimWOSBE != null) {
// return selectedSimWOSBE.getScanCount();
// }
// return 0;
// }

public String getSimulationOverrideName() {
if (selectedSimWOSBE != null) {
return selectedSimWOSBE.getName();
Expand Down

0 comments on commit 2b78de8

Please sign in to comment.