From: Michael Schroeder Date: Tue, 28 Feb 2012 14:45:52 +0000 (+0100) Subject: - obsoleteusescolor is 1) no longer exported, and 2) default if FEDORA is defined X-Git-Tag: BASE-SuSE-Code-12_2-Branch~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2471d02d541c838ea07872dcea0d270444eeb2de;p=thirdparty%2Flibsolv.git - obsoleteusescolor is 1) no longer exported, and 2) default if FEDORA is defined --- diff --git a/examples/solv.c b/examples/solv.c index df43a802..431af0e8 100644 --- a/examples/solv.c +++ b/examples/solv.c @@ -2728,9 +2728,6 @@ main(int argc, char **argv) } #endif -#ifdef FEDORA - pool->obsoleteusescolors = 1; -#endif pool_setloadcallback(pool, load_stub, 0); pool->nscallback = nscallback; // pool_setdebuglevel(pool, 2);