summaryrefslogtreecommitdiff
path: root/src/hooks.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-18 22:35:41 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:54 +0100
commitabd9033aa9c55ffbc8140d1fbfa28fb585844f47 (patch)
tree0ac5f19676a4f6795d3c5b0ee21f85d4933240fb /src/hooks.h
parent666ce02020925a67386429b451d23071521d6da8 (diff)
Eliminate hook_file global
Diffstat (limited to 'src/hooks.h')
-rw-r--r--src/hooks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hooks.h b/src/hooks.h
index 47d7b964..51da4adf 100644
--- a/src/hooks.h
+++ b/src/hooks.h
@@ -6,7 +6,6 @@
extern "C" {
#endif
-extern FILE *hook_file;
extern void wipe_hooks(void);
extern void init_hooks(void);
extern hooks_chain* add_hook(int h_idx, hook_type hook, cptr name);