summaryrefslogtreecommitdiff
path: root/src/init2.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/init2.hpp
parentca47ccdc66d252e0b5791112cac4042e86cefc89 (diff)
Remove redundant "extern" on function declarations
Diffstat (limited to 'src/init2.hpp')
-rw-r--r--src/init2.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/init2.hpp b/src/init2.hpp
index 707a2706..e1c3b4ef 100644
--- a/src/init2.hpp
+++ b/src/init2.hpp
@@ -2,8 +2,8 @@
#include "h-basic.h"
-extern void init_corruptions();
-extern void create_stores_stock(int t);
-extern errr init_v_info(void);
+void init_corruptions();
+void create_stores_stock(int t);
+errr init_v_info(void);
extern s16b error_idx;
extern s16b error_line;