X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=action_graph.c;h=5771e17676394f07e9d5b1d71ac8fa030e16201f;hb=9f1edc0d06f42917c331199b67843f5201496514;hp=b5b3163df7433d073a040e30feb61298e77e5891;hpb=b2db68ebb7acdb345c07985fcdb35dcfbb36d4aa;p=collection4.git diff --git a/action_graph.c b/action_graph.c index b5b3163..5771e17 100644 --- a/action_graph.c +++ b/action_graph.c @@ -21,13 +21,6 @@ struct data_source_s { - char *file; - char *name; - char *legend; - double scale; - _Bool nan_to_zero; - _Bool draw_area; - uint32_t color; }; typedef struct data_source_s data_source_t;