summaryrefslogtreecommitdiff
path: root/src/main-sdl-iso.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-02-20 19:54:48 +0100
committerBardur Arantsson <bardur@scientician.net>2011-02-20 19:55:50 +0100
commit420428c53fe83064331ac2e06297c8a93abc93cf (patch)
tree4d30f5b8a67036c0fe91f8fdc11e01ba898bddbb /src/main-sdl-iso.c
parente04284dc9694c53314403536a27992a9cfc655a2 (diff)
Remove CHECK_LOAD and CHECK_TIME completely.
Diffstat (limited to 'src/main-sdl-iso.c')
-rw-r--r--src/main-sdl-iso.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main-sdl-iso.c b/src/main-sdl-iso.c
index 1461b376..0935d24f 100644
--- a/src/main-sdl-iso.c
+++ b/src/main-sdl-iso.c
@@ -1649,21 +1649,6 @@ int main(int argc, char *argv[])
#ifdef SET_UID
- /* Please note that the game is still running in the game's permission */
-
- /* Initialize the "time" checker */
- if (check_time_init() || check_time())
- {
- sdl_quit("The gates to Angband are closed (bad time).");
- }
-
- /* Initialize the "load" checker */
- if (check_load_init() || check_load())
- {
- sdl_quit("The gates to Angband are closed (bad load).");
- }
-
-
/*
* Become user -- This will be the normal state for the rest of the game.
*