]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- obsoleteusescolor is 1) no longer exported, and 2) default if FEDORA is defined
authorMichael Schroeder <mls@suse.de>
Tue, 28 Feb 2012 14:45:52 +0000 (15:45 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 28 Feb 2012 14:45:52 +0000 (15:45 +0100)
examples/solv.c

index df43a802159e9e277e7efb23dc124481a3607005..431af0e84ab476c3e83b3c0b4a5c89e06ec2339d 100644 (file)
@@ -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);