summaryrefslogtreecommitdiff
path: root/src/main-sdl-iso.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-sdl-iso.c')
-rw-r--r--src/main-sdl-iso.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main-sdl-iso.c b/src/main-sdl-iso.c
index aaae4b18..1461b376 100644
--- a/src/main-sdl-iso.c
+++ b/src/main-sdl-iso.c
@@ -1598,15 +1598,6 @@ int main(int argc, char *argv[])
argv0 = argv[0];
-#ifdef USE_286
- /* Attempt to use XMS (or EMS) memory for swap space */
- if (_OvrInitExt(0L, 0L))
- {
- _OvrInitEms(0, 0, 64);
- }
-#endif
-
-
#ifdef SET_UID
/* Default permissions on files */
@@ -1624,11 +1615,6 @@ int main(int argc, char *argv[])
/* Get the user id (?) */
player_uid = getuid();
-#ifdef VMS
- /* Mega-Hack -- Factor group id */
- player_uid += (getgid() * 1000);
-#endif
-
# ifdef SAFE_SETUID
# ifdef _POSIX_SAVED_IDS