We only need the total number of rows containing SVG views for all the
activities, not a number for each of them.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
* This array must always be entirely filled (even with trailing zeros).
*/
unsigned int id_seq[NR_ACT];
-/* Total number of SVG graphs for each activity */
-int id_g_nr[NR_ACT];
/* Current record header */
struct record_header record_hdr[3];
*views_per_row = act[p]->g_nr;
}
- if (n > id_g_nr[i]) {
- id_g_nr[i] = n;
- }
new_tot_g_nr += n;
}