X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.c;h=94616cb44f44cf5f79ec674e440ee6abd3db2a15;hp=317beccc97d3686f62857e291bbae32004299bdd;hb=586cc1f6f770892aa24f08e38a6c14c2c47ee560;hpb=23a7a9744b3f840f358e1c8e8483f93bd2bdf97f diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 317becc..94616cb 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -1740,7 +1740,6 @@ int leg_place( int leg_c = 0; double leg_x = border; int leg_y = 0; //im->yimg; - int leg_y_prev = 0; // im->yimg; int leg_cc; double glue = 0; int i, ii, mark = 0; @@ -1916,7 +1915,6 @@ int leg_place( +(double)legspace[ii] + glue; } - leg_y_prev = leg_y; if (leg_x > border || prt_fctn == 's') leg_y += im->text_prop[TEXT_PROP_LEGEND].size * 1.8; if (prt_fctn == 's')