Remove some more usages of MANDATORY_FIELDS.

This commit is contained in:
Jeff Young
2025-01-21 23:38:55 +00:00
parent 27755ac317
commit 4fe05bfe47
12 changed files with 75 additions and 54 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ PCB_FIELDS_GRID_TABLE::~PCB_FIELDS_GRID_TABLE()
}
int PCB_FIELDS_GRID_TABLE::GetMandatoryRows()
int PCB_FIELDS_GRID_TABLE::GetMandatoryRowCount() const
{
int mandatoryRows = 0;