Kaydet (Commit) f6f12fe7 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Remove unused env XENVIRONMENT

üst c1394fa7
...@@ -86,8 +86,6 @@ if [ -x "$sd_prog/../basis-link/ure-link/bin/javaldx" ] ; then ...@@ -86,8 +86,6 @@ if [ -x "$sd_prog/../basis-link/ure-link/bin/javaldx" ] ; then
fi fi
fi fi
unset XENVIRONMENT
# uncomment line below to disable anti aliasing of fonts # uncomment line below to disable anti aliasing of fonts
# SAL_ANTIALIAS_DISABLE=true; export SAL_ANTIALIAS_DISABLE # SAL_ANTIALIAS_DISABLE=true; export SAL_ANTIALIAS_DISABLE
......
...@@ -2537,8 +2537,6 @@ void SalDisplay::PrintInfo() const ...@@ -2537,8 +2537,6 @@ void SalDisplay::PrintInfo() const
{ {
fprintf( stderr, "\n" ); fprintf( stderr, "\n" );
fprintf( stderr, "Environment\n" ); fprintf( stderr, "Environment\n" );
fprintf( stderr, "\t$XENVIRONMENT \t\"%s\"\n",
GetEnv( "XENVIRONMENT" ) );
fprintf( stderr, "\t$DISPLAY \t\"%s\"\n", fprintf( stderr, "\t$DISPLAY \t\"%s\"\n",
GetEnv( "DISPLAY" ) ); GetEnv( "DISPLAY" ) );
fprintf( stderr, "\t$SAL_VISUAL \t\"%s\"\n", fprintf( stderr, "\t$SAL_VISUAL \t\"%s\"\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment