summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-25 18:14:33 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-25 18:14:33 +0000
commita6cc69a168056e0f11ac171b35d52d31f3aca8bb (patch)
treec9baa6de76ae957c166efbe6c0d4bbdc66670966 /crawl-ref/source/artefact.h
parentc9af2ce66265871a81fd71f5071220922d284491 (diff)
downloadcrawl-ref-a6cc69a168056e0f11ac171b35d52d31f3aca8bb.tar.gz
crawl-ref-a6cc69a168056e0f11ac171b35d52d31f3aca8bb.zip
Remove "#define SPWPN_FOOBAR UNRAND_FOOBAR" backwards compatibility for
fixed-art brand_type enumerations. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10041 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index d3b195c2b1..5379e66a00 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -20,24 +20,6 @@
// Reserving the upper bits for later expansion/versioning.
#define RANDART_SEED_MASK 0x00ffffff
-#define SPWPN_SINGING_SWORD UNRAND_SINGING_SWORD
-#define SPWPN_WRATH_OF_TROG UNRAND_TROG
-#define SPWPN_SCYTHE_OF_CURSES UNRAND_CURSES
-#define SPWPN_MACE_OF_VARIABILITY UNRAND_VARIABILITY
-#define SPWPN_GLAIVE_OF_PRUNE UNRAND_PRUNE
-#define SPWPN_SCEPTRE_OF_TORMENT UNRAND_TORMENT
-#define SPWPN_SWORD_OF_ZONGULDROK UNRAND_ZONGULDROK
-#define SPWPN_SWORD_OF_POWER UNRAND_POWER
-#define SPWPN_STAFF_OF_OLGREB UNRAND_OLGREB
-#define SPWPN_VAMPIRES_TOOTH UNRAND_VAMPIRES_TOOTH
-#define SPWPN_STAFF_OF_WUCAD_MU UNRAND_WUCAD_MU
-#define SPWPN_SWORD_OF_CEREBOV UNRAND_CEREBOV
-#define SPWPN_STAFF_OF_DISPATER UNRAND_DISPATER
-#define SPWPN_SCEPTRE_OF_ASMODEUS UNRAND_ASMODEUS
-
-#define SPWPN_START_NOGEN_FIXEDARTS UNRAND_CEREBOV
-#define SPWPN_END_FIXEDARTS UNRAND_ASMODEUS
-
enum unrand_special_type
{
UNRANDSPEC_EITHER,