From 3ba45433f1a974b4fb6a37c3099cc731a445de8f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 15 May 2019 11:41:10 -0700 Subject: x11-apps/xinit: Drop long-dead GTK envar Signed-off-by: Matt Turner --- x11-apps/xinit/files/startDM.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'x11-apps/xinit/files') diff --git a/x11-apps/xinit/files/startDM.sh b/x11-apps/xinit/files/startDM.sh index a4bf30e31ba7..640bb24b7a26 100644 --- a/x11-apps/xinit/files/startDM.sh +++ b/x11-apps/xinit/files/startDM.sh @@ -18,10 +18,6 @@ if ! type get_options >/dev/null 2>/dev/null ; then [ -r "${svclib}"/sh/rc-services.sh ] && . "${svclib}"/sh/rc-services.sh fi -# Great new Gnome2 feature, AA -# We enable this by default -export GDK_USE_XFT=1 - export RC_SVCNAME=xdm EXEC="$(get_options service)" NAME="$(get_options name)" -- cgit v1.2.3-65-gdbad