| 130 | } |
| 131 | |
| 132 | void ContractionState::DeleteLines(int lineDoc, int lineCount) { |
| 133 | for (int l = 0; l < lineCount; l++) { |
| 134 | DeleteLine(lineDoc); |
| 135 | } |
| 136 | Check(); |
| 137 | } |
| 138 | |
| 139 | bool ContractionState::GetVisible(int lineDoc) const { |
| 140 | if (OneToOne()) { |