Mark the main clean function static

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@13600 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
curaga 2013-08-30 11:39:40 +00:00
parent 4c0b875f9a
commit fe9d2ec86c

View File

@ -184,7 +184,7 @@
#include "utils/log.hpp" #include "utils/log.hpp"
#include "utils/translation.hpp" #include "utils/translation.hpp"
void cleanSuperTuxKart(); static void cleanSuperTuxKart();
// ============================================================================ // ============================================================================
// gamepad visualisation screen // gamepad visualisation screen
@ -1211,7 +1211,7 @@ void initRest()
//============================================================================= //=============================================================================
/** Frees all manager and their associated memory. /** Frees all manager and their associated memory.
*/ */
void cleanSuperTuxKart() static void cleanSuperTuxKart()
{ {
irr_driver->updateConfigIfRelevant(); irr_driver->updateConfigIfRelevant();