| 72 | } |
| 73 | |
| 74 | void FreqDividerGroup::setDeleteState(bool deleteState) |
| 75 | { |
| 76 | verticalLine.setDeleteState(deleteState); |
| 77 | } |
| 78 | |
| 79 | void FreqDividerGroup::moveToX(int lineNum, float newXPercent, float margin, std::unique_ptr<FreqDividerGroup> freqDividerGroup[]) |
| 80 | { |
nothing calls this directly
no outgoing calls
no test coverage detected