| 249 | } |
| 250 | |
| 251 | String PatchBrowserSelector::getMoveFileString(int p_popupmenu_index) { |
| 252 | return getCopyMoveMap(p_popupmenu_index - PATCH_BROWSER_MENU_MOVE_OFFSET); |
| 253 | } |
| 254 | |
| 255 | String PatchBrowserSelector::getCopyMoveMap(int p_index) { |
| 256 |
nothing calls this directly
no outgoing calls
no test coverage detected