summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2015-10-26 16:59:09 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2015-12-21 16:30:54 +0100
commit720378013765a5bad7bddbb775aa6845c6d9c4af (patch)
tree543b315523886d06b6152c0ad91ef9f29af557b4 /config
parent82298bc7aa1b1715adce9de1cf61c6335bc659d8 (diff)
Remove AIXV3, SCO, Unixware, OS/2 support
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'config')
-rw-r--r--config/Xsession.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/config/Xsession.cpp b/config/Xsession.cpp
index 36ccbd0..aed2ab7 100644
--- a/config/Xsession.cpp
+++ b/config/Xsession.cpp
@@ -62,23 +62,5 @@ else
if [ -r "$resources" ]; then
BINDIR/xrdb -load "$resources"
fi
-#if defined(__SCO__) || defined(__UNIXWARE__)
- [ -r /etc/default/xdesktops ] && {
- . /etc/default/xdesktops
- }
-
- [ -r /etc/default/xdm ] && {
- . /etc/default/xdm
- }
-
- XCOMM Allow the user to over-ride the system default desktop
- [ -r $HOME/.xdmdesktop ] && {
- . $HOME/.xdmdesktop
- }
-
- [ -n "$XDESKTOP" ] && {
- exec `eval $XDESKTOP`
- }
-#endif
exec BINDIR/xsm
fi