summaryrefslogtreecommitdiff
path: root/src/randart.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commita40e1d524849e22edf2fb65b5c2fedbe47a59b81 (patch)
tree7b2ec44c6c361db29b72afd0d66e7f04c447097f /src/randart.hpp
parentca47ccdc66d252e0b5791112cac4042e86cefc89 (diff)
Remove redundant "extern" on function declarations
Diffstat (limited to 'src/randart.hpp')
-rw-r--r--src/randart.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/randart.hpp b/src/randart.hpp
index 385ee2a5..99e4b9b8 100644
--- a/src/randart.hpp
+++ b/src/randart.hpp
@@ -3,6 +3,6 @@
#include "h-basic.h"
#include "object_type_fwd.hpp"
-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);
+void build_prob(cptr learn);
+bool_ create_artifact(object_type *o_ptr, bool_ a_scroll, bool_ get_name);
+bool_ artifact_scroll(void);