summaryrefslogtreecommitdiff
path: root/src/main.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.c
parente04284dc9694c53314403536a27992a9cfc655a2 (diff)
Remove CHECK_LOAD and CHECK_TIME completely.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main.c b/src/main.c
index bbb50c54..7bb1f0f1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -341,21 +341,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())
- {
- quit("The gates to Angband are closed (bad time).");
- }
-
- /* Initialize the "load" checker */
- if (check_load_init() || check_load())
- {
- quit("The gates to Angband are closed (bad load).");
- }
-
-
/*
* Become user -- This will be the normal state for the rest of the game.
*