(svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables

This commit is contained in:
rubidium
2009-11-09 09:59:35 +00:00
parent f1f3009782
commit b2d7edddfa
14 changed files with 23 additions and 25 deletions

View File

@@ -29,7 +29,7 @@
#include "core/udp.h"
ThreadMutex *_network_udp_mutex = ThreadMutex::New();
static ThreadMutex *_network_udp_mutex = ThreadMutex::New();
/** Session key to register ourselves to the master server */
static uint64 _session_key = 0;