| 349 | static const int IndividualStyles = 0x100; |
| 350 | |
| 351 | struct AnnotationHeader { |
| 352 | short style; // Style IndividualStyles implies array of styles |
| 353 | short lines; |
| 354 | int length; |
| 355 | }; |
| 356 | |
| 357 | LineAnnotation::~LineAnnotation() { |
| 358 | ClearAll(); |
nothing calls this directly
no outgoing calls
no test coverage detected