From c869fca946b09fc63f4b716c20f02b42fe00c9f4 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 26 Dec 2010 19:19:13 +0000 Subject: [PATCH] it there is no right label, do not reserve any space for it git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4@2160 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_graph.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 16e8d45f..3f0cce31 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -2938,9 +2938,6 @@ int graph_size_location( if (im->second_axis_legend[0] != '\0') { Xvertical2 = im->text_prop[TEXT_PROP_UNIT].size * 2; } - else{ - Xvertical2 = Xspacing; - } if (im->title[0] != '\0') { /* The title is placed "inbetween" two text lines so it -- 2.30.2