removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / Infotrons.h
index a18fedd0fc139498d0a3cd55dad1648abbd73afa..e92e7304b673f4144697274db452687d0fb04cf8 100644 (file)
@@ -8,7 +8,7 @@
 #include "global.h"
 
 
-extern void subAnimateInfotrons(int);
-extern void subCleanUpForInfotronsAbove(int);
+void subAnimateInfotrons(int);
+void subCleanUpForInfotronsAbove(int);
 
 #endif /* INFOTRONS_H */