Hi. I'm curious to know if the enviroment variables which are defined in the below lines in my S-S, are really being used by the OS or any other programs.
Will there be any consequnces if i remove (comment) them?:
SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart