| 21 | #endif |
| 22 | |
| 23 | ContractionState::ContractionState() : visible(0), expanded(0), heights(0), displayLines(0), linesInDocument(1) { |
| 24 | //InsertLine(0); |
| 25 | } |
| 26 | |
| 27 | ContractionState::~ContractionState() { |
| 28 | Clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected