summaryrefslogtreecommitdiff
path: root/src/util.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-08 19:07:44 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-08 19:35:14 +0200
commitab026914d25d77fb14172922c66e630536180252 (patch)
treec62ff029c53f8c1316aa42a80c03ad422e20fa26 /src/util.pkg
parent2c0ec2974884386d9b332c6004758e64ab8ce709 (diff)
Lua: Library quest: Move quest creation to C
Diffstat (limited to 'src/util.pkg')
-rw-r--r--src/util.pkg4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util.pkg b/src/util.pkg
index cb986b68..738af28e 100644
--- a/src/util.pkg
+++ b/src/util.pkg
@@ -2473,10 +2473,6 @@ extern void lite_spot(int y, int x);
extern bool drop_text_left(byte c, cptr s, int y, int o);
extern bool drop_text_right(byte c, cptr s, int y, int o);
-extern bool quest_library_gen_hook();
-extern bool quest_library_stair_hook();
-extern void quest_library_monster_death_hook();
-
/**
* Mimicry
*/