X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Futil.c;h=2c7b1f9a56bd4cd7ae0f83619668a49eaeba4cbe;hp=0d1116dc12676cc341b8ff4df9c54c047f14a3b4;hb=71656790d6540f817661cc22b8bc1d33720ce96a;hpb=5471472d441d9ac48640f11a3b07e6a1fd6d1b63;ds=inline diff --git a/src/util.c b/src/util.c index 0d1116dc1..2c7b1f9a5 100644 --- a/src/util.c +++ b/src/util.c @@ -3079,13 +3079,6 @@ void status_welcome(void) { if (!ansi_color) const_color = "0;33"; /* Orange/Brown for Ubuntu */ -#elif defined(TARGET_ARCH) - - if (!pretty_name) - const_pretty = "Arch Linux"; - - if (!ansi_color) - const_color = "1;36"; /* Cyan for Arch */ #endif if (!pretty_name && !const_pretty)