summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-22 09:54:05 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-22 09:54:05 +0300
commitb36e5c05088aca7b500bf5fe355f4b3c205a59a3 (patch)
treea6982d07c47776de55764a330e8accbca579180d /src/main.h
parent983bf6677d495184e67bf8c4363467752c9f9c75 (diff)
downloadminetest-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.tar.gz
minetest-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.tar.bz2
minetest-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.zip
Removed IrrlichtWrapper
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.h b/src/main.h
index b951ab5b0..4248bd3e4 100644
--- a/src/main.h
+++ b/src/main.h
@@ -24,12 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "utility.h"
extern Settings g_settings;
-// A thread safe wrapper to irrlicht
-// On a server build, this is always NULL.
-// TODO: Remove this
-#include "irrlichtwrapper.h"
-extern IrrlichtWrapper *g_irrlicht;
-
// This makes and maps textures
#include "tile.h"
extern ITextureSource *g_texturesource;