summaryrefslogtreecommitdiff
path: root/src/cmd5.cc
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/cmd5.cc
parentca47ccdc66d252e0b5791112cac4042e86cefc89 (diff)
Remove redundant "extern" on function declarations
Diffstat (limited to 'src/cmd5.cc')
-rw-r--r--src/cmd5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd5.cc b/src/cmd5.cc
index 91c12e83..f9094482 100644
--- a/src/cmd5.cc
+++ b/src/cmd5.cc
@@ -225,7 +225,7 @@ static void browse_school_spell(int book, int spell_idx, object_type *o_ptr)
* and in the dark, primarily to allow browsing in stores.
*/
-extern void do_cmd_browse_aux(object_type *o_ptr)
+void do_cmd_browse_aux(object_type *o_ptr)
{
auto const flags = object_flags(o_ptr);