| 500 | } |
| 501 | |
| 502 | void CsvWindow::dumpSelection() { |
| 503 | int s_left, s_top, s_right, s_bottom; |
| 504 | grid->get_selection(s_top, s_left, s_bottom, s_right); |
| 505 | printf("%d,%d - %d,%d\n", s_top, s_left, s_bottom, s_right); |
| 506 | } |
| 507 | |
| 508 | |
| 509 |
nothing calls this directly
no outgoing calls
no test coverage detected