summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-03-03 20:59:35 +0100
committerBardur Arantsson <bardur@scientician.net>2012-03-29 20:57:25 +0200
commita866fe494cd5cbe4e54e623772b76ee0eaa12c02 (patch)
treed0082d80a58bbf9ad7585900a1ad8c904e80d3a0 /src
parent87004efe6d30f42f997135e62ebe410ed1a70a8f (diff)
Refactor: SECURE compile-time flag never set
Diffstat (limited to 'src')
-rw-r--r--src/defines.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/defines.h b/src/defines.h
index 3657daa9..bebe091c 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -3850,17 +3850,6 @@
-/*
- * Hack -- Prepare to use the "Secure" routines
- */
-#if defined(SET_UID) && defined(SECURE)
-extern int PlayerUID;
-# define getuid() PlayerUID
-# define geteuid() PlayerUID
-#endif
-
-
-
/*** Color constants ***/