summaryrefslogtreecommitdiff
path: root/src/config.h
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
commitcbba544fdca2c30dcd63c46ef6a28fb3c256afa8 (patch)
tree7fdbb9ec69add210fb4be31eb6d737bc3f7cb71c /src/config.h
parent4af6ba94c8310fd058d23e781d04c9b6056bda53 (diff)
Refactor: Remove CAPITALIZE_USER_NAME compile-time flag
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/config.h b/src/config.h
index af99b03b..c7d36334 100644
--- a/src/config.h
+++ b/src/config.h
@@ -258,14 +258,6 @@
/*
- * OPTION: Capitalize the "user_name" (for "default" player name)
- * This option is only relevant on SET_UID machines.
- */
-#define CAPITALIZE_USER_NAME
-
-
-
-/*
* OPTION: Person to bother if something goes wrong.
*/
#define MAINTAINER "darkgod@t-o-m-e.net"