----------------------------------------------------
| 720 | } |
| 721 | //---------------------------------------------------- |
| 722 | void CodeDataLoggerDialog_t::SaveUnusedROMClicked(void) |
| 723 | { |
| 724 | SaveStrippedROM(1); |
| 725 | } |
| 726 | //---------------------------------------------------- |
| 727 | static int getDefaultCDLFile(std::string &filepath) |
| 728 | { |
nothing calls this directly
no test coverage detected