summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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.
*