|
@@ -169,7 +169,6 @@ struct annotation_write_ops {
|
|
void (*write_graph)(void *obj, int graph);
|
|
void (*write_graph)(void *obj, int graph);
|
|
};
|
|
};
|
|
|
|
|
|
-double annotation_line__max_percent(struct annotation_line *al, struct annotation *notes);
|
|
|
|
void annotation_line__write(struct annotation_line *al, struct annotation *notes,
|
|
void annotation_line__write(struct annotation_line *al, struct annotation *notes,
|
|
struct annotation_write_ops *ops);
|
|
struct annotation_write_ops *ops);
|
|
|
|
|