summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-02 21:46:20 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-02 22:19:03 +0200
commit3756182bf99335d02f7872c105b5ae5f9b5c4e57 (patch)
treeeb96de37a1c0994406ef2e50f8d44fe17ee817fb /src/defines.h
parent53bf1478ad25f03d6df584371b0653f83ead1b6d (diff)
Lua: Move store handling to C
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/defines.h b/src/defines.h
index 9b0a512a..9c0ba654 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -142,15 +142,7 @@
* Total number of stores (see "store.c", etc)
*/
#define STORE_GENERAL 0
-#define STORE_ARMOURY 1
-#define STORE_WEAPON 2
-#define STORE_TEMPLE 3
-#define STORE_ALCHEMIST 4
-#define STORE_MAGIC 5
-#define STORE_BLACK 6
#define STORE_HOME 7
-#define STORE_BOOK 8
-#define STORE_PET 9
/*
* Maximum number of player "sex" types (see "table.c", etc)
@@ -4505,7 +4497,6 @@
#define HOOK_BUILDING_ACTION 44
#define HOOK_WIELD_SLOT 46
#define HOOK_STORE_STOCK 47
-#define HOOK_STORE_BUY 48
#define HOOK_GEN_LEVEL_BEGIN 49
#define HOOK_GET 50
#define HOOK_REDRAW 51