summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 21:45:21 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 21:45:21 +0200
commit7596aa392513c741848afee229153f82c6b8d3ee (patch)
tree3772df1f83ac9c2edad57a3d822b05ab494c5035 /src
parentc6c713350f8331a439acc5672bb1789d3c9add5c (diff)
Remove "copyright" global
Diffstat (limited to 'src')
-rw-r--r--src/variable.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/variable.c b/src/variable.c
index 6302d57a..feed0c37 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -13,18 +13,6 @@
#include "angband.h"
-/*
- * Hack -- Link a copyright message into the executable
- */
-cptr copyright[5] =
-{
- "Copyright (c) 1989 James E. Wilson, Robert A. Keoneke",
- "",
- "This software may be copied and distributed for educational, research,",
- "and not for profit purposes provided that this copyright and statement",
- "are included in all such copies."
-};
-
int max_macrotrigger = 0;
char *macro_template = NULL;
char *macro_modifier_chr;