summaryrefslogtreecommitdiff
path: root/src/inventory.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/inventory.cpp
parent983bf6677d495184e67bf8c4363467752c9f9c75 (diff)
downloadminetest-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.tar.gz
minetest-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.tar.bz2
minetest-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.zip
Removed IrrlichtWrapper
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp
index 289b5bb2b..f91e2e0b6 100644
--- a/src/inventory.cpp
+++ b/src/inventory.cpp
@@ -160,7 +160,6 @@ video::ITexture * CraftItem::getImage()
name = "cloud.png";
// Get such a texture
- //return g_irrlicht->getTexture(name);
return g_texturesource->getTextureRaw(name);
}
#endif