(SketchFile file)
| 1553 | } |
| 1554 | |
| 1555 | protected void removeTab(SketchFile file) throws IOException { |
| 1556 | int index = findTabIndex(file); |
| 1557 | tabs.remove(index); |
| 1558 | } |
| 1559 | |
| 1560 | |
| 1561 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
nothing calls this directly
no test coverage detected