summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/types.h b/src/types.h
index 7ab40816..efc83a64 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2183,8 +2183,6 @@ struct power_type
};
/* Hooks */
-typedef bool_ (*hook_type)(const char *fmt);
-
typedef struct hook_move_in hook_move_in;
struct hook_move_in {
int y;
@@ -2436,26 +2434,6 @@ struct birther
bool_ quick_ok;
};
-typedef struct hooks_chain hooks_chain;
-struct hooks_chain
-{
- hook_type hook;
- bool_ (*hook_f)(void *, void *, void *);
- void *hook_data;
- char name[40];
- byte type;
- hooks_chain *next;
-};
-
-typedef union hook_return hook_return;
-union hook_return
-{
- s32b num;
- cptr str;
- object_type *o_ptr;
- monster_type *m_ptr;
-};
-
/*
* Forward declare
*/