From: Emden R. Gansner Date: Fri, 16 May 2014 17:51:08 +0000 (-0400) Subject: Remove #define for levels used in testing X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~209^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47a2a001f9fb861da0e1bd235e1611f8b26d9299;p=graphviz Remove #define for levels used in testing --- diff --git a/lib/dotgen/rank.c b/lib/dotgen/rank.c index e5ecb8be3..39c08dac0 100644 --- a/lib/dotgen/rank.c +++ b/lib/dotgen/rank.c @@ -441,7 +441,6 @@ static void expand_ranksets(graph_t * g, aspect_t* asp) } } -#define ALLOW_LEVELS #ifdef ALLOW_LEVELS void setRanks (graph_t* g, attrsym_t* lsym)