graph_ident.[ch]: Add ident_get_* methods.
[collection4.git] / action_graph.c
index b5b3163..5771e17 100644 (file)
 
 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;