diff options
author | Bardur Arantsson <bardur@scientician.net> | 2016-10-05 18:45:08 +0200 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2016-10-05 18:45:08 +0200 |
commit | d8de8c129fb9fc8d2110f39108949d7025456151 (patch) | |
tree | 04ef01514748c70b9e49bbe761bcec773c62f59c /src/randart.hpp | |
parent | 500324e97a02ad8dcee869e334e81455653f46bf (diff) |
Remove dead code
Diffstat (limited to 'src/randart.hpp')
-rw-r--r-- | src/randart.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/randart.hpp b/src/randart.hpp index 31b70f08..385ee2a5 100644 --- a/src/randart.hpp +++ b/src/randart.hpp @@ -3,7 +3,6 @@ #include "h-basic.h" #include "object_type_fwd.hpp" -extern int get_activation_power(void); extern void build_prob(cptr learn); extern bool_ create_artifact(object_type *o_ptr, bool_ a_scroll, bool_ get_name); extern bool_ artifact_scroll(void); |