summaryrefslogtreecommitdiff
path: root/src/mapblockobject.cpp
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/mapblockobject.cpp
parent983bf6677d495184e67bf8c4363467752c9f9c75 (diff)
downloadminetest-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.tar.gz
minetest-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.tar.bz2
minetest-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.zip
Removed IrrlichtWrapper
Diffstat (limited to 'src/mapblockobject.cpp')
-rw-r--r--src/mapblockobject.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mapblockobject.cpp b/src/mapblockobject.cpp
index f59a90a5f..343926f81 100644
--- a/src/mapblockobject.cpp
+++ b/src/mapblockobject.cpp
@@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// For object wrapping
#include "map.h"
#include "inventory.h"
-#include "irrlichtwrapper.h"
#include "utility.h"
/*
@@ -361,8 +360,6 @@ video::ITexture * ItemObject::getItemImage()
InventoryItem *item = createInventoryItem();
if(item)
texture = item->getImage();
- /*else
- texture = g_irrlicht->getTexture(porting::getDataPath("cloud.png").c_str());*/
if(item)
delete item;
return texture;