----------------------------------------------------------------------------
| 602 | } |
| 603 | //---------------------------------------------------------------------------- |
| 604 | void iNesHeaderEditor_t::plySysClicked(bool checked) |
| 605 | { |
| 606 | |
| 607 | ToggleVSSystemGroup(false); |
| 608 | ToggleExtendSystemList(false); |
| 609 | } |
| 610 | //---------------------------------------------------------------------------- |
| 611 | void iNesHeaderEditor_t::extSysClicked(bool checked) |
| 612 | { |
nothing calls this directly
no test coverage detected