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.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.
*