From b36e5c05088aca7b500bf5fe355f4b3c205a59a3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 22 Apr 2011 09:54:05 +0300 Subject: Removed IrrlichtWrapper --- src/main.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/main.h') 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; -- cgit v1.2.3