diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2015-02-13 20:21:51 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2015-02-16 12:09:03 -0500 |
commit | 1be5f1ae5df1d9b3f29fafe3eb29ea890a628b54 (patch) | |
tree | fe62a715bec752f5116ebf1e373b0ac91ff6c4ad /startx.cpp | |
parent | 5268936259c598ea1e51370df33011a48ec9f3d4 (diff) |
Remove support for ancient A/UX 3.0 support
This was Apple Computer’s implementation of the Unix operating system
for some of their Macintosh computers. From 1988 to 1995.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'startx.cpp')
-rw-r--r-- | startx.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -326,11 +326,6 @@ if command -v deallocvt > /dev/null 2>&1; then fi #endif -#ifdef macII -Xrepair -screenrestore -#endif - #if defined(sun) kbd_mode -a #endif |