diff options
Diffstat (limited to 'trace-graph.h')
-rw-r--r-- | trace-graph.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/trace-graph.h b/trace-graph.h index 508614a..33e7355 100644 --- a/trace-graph.h +++ b/trace-graph.h | |||
@@ -73,10 +73,6 @@ struct graph_info { | |||
73 | gint cpu_data_h; | 73 | gint cpu_data_h; |
74 | 74 | ||
75 | gint cpu_x; /* x coord where CPU numbers are drawn */ | 75 | gint cpu_x; /* x coord where CPU numbers are drawn */ |
76 | |||
77 | /* not needed in future */ | ||
78 | |||
79 | gchar *test; | ||
80 | }; | 76 | }; |
81 | 77 | ||
82 | 78 | ||