]> granicus.if.org Git - nethack/commitdiff
Removing prototype for decl_globals_init().
authorBart House <bart@barthouse.com>
Fri, 23 Nov 2018 23:47:18 +0000 (15:47 -0800)
committerBart House <bart@barthouse.com>
Fri, 23 Nov 2018 23:47:18 +0000 (15:47 -0800)
include/decl.h

index 5c7356c5d142b1bc4624889bd26804b584ef7d36..c6c703e897c7b7fc690b0e420cc2260498d623b6 100644 (file)
@@ -545,9 +545,6 @@ struct instance_globals {
 
 E struct instance_globals g;
 
-E void decl_globals_init();
-
-
 #undef E
 
 #endif /* DECL_H */