summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: caa48b8)
raw | patch | inline | side by side (parent: caa48b8)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 18 Jul 2007 21:59:10 +0000 (21:59 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 18 Jul 2007 21:59:10 +0000 (21:59 +0000) |
src/rrd_graph_helper.c | patch | blob | history |
diff --git a/src/rrd_graph_helper.c b/src/rrd_graph_helper.c
index f79a9f2f719ab2954246d0de64755453bc9ffd4d..4373fd0ca34b353c9cb684334df0ab6795782529 100644 (file)
--- a/src/rrd_graph_helper.c
+++ b/src/rrd_graph_helper.c
if ((gdp->vidx = find_var(im, tmpstr)) >= 0) {
dprintf("- found vname: '%s' vidx %li\n", tmpstr, gdp->vidx);
switch (gdp->gf) {
-#ifdef WITH_PIECHART
- case GF_PART:
-#endif
case GF_VRULE:
case GF_HRULE:
if (im->gdes[gdp->vidx].gf != GF_VDEF) {