SetupEnvironment: removed old audio legacy cruft.

* Haiku never supported this.
This commit is contained in:
Axel Dörfler 2015-04-01 16:17:00 +02:00
parent c733458294
commit 2889e51c4e

View File

@ -46,12 +46,6 @@ export LC_COLLATE=$LC_MESSAGES
export LC_CTYPE=$LC_MESSAGES
export LC_MONETARY=$LC_NUMERIC
# media kit
if [ -f $HOME/config/settings/use_old_audio ]
then
export USE_OLD_AUDIO=true
fi
if [ "$SAFEMODE" != "yes" ]
then
if [ -f $HOME/config/settings/boot/UserSetupEnvironment ]