diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-04-22 09:54:05 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-22 09:54:05 +0300 |
| commit | b36e5c05088aca7b500bf5fe355f4b3c205a59a3 (patch) | |
| tree | a6982d07c47776de55764a330e8accbca579180d /src/inventory.h | |
| parent | 983bf6677d495184e67bf8c4363467752c9f9c75 (diff) | |
| download | dragonfireclient-b36e5c05088aca7b500bf5fe355f4b3c205a59a3.tar.xz | |
Removed IrrlichtWrapper
Diffstat (limited to 'src/inventory.h')
| -rw-r--r-- | src/inventory.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/inventory.h b/src/inventory.h index f162952d3..07d81a3f7 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -390,11 +390,6 @@ public: os<<basename<<"^[progressbar"<<value_f; return g_texturesource->getTextureRaw(os.str()); - - /*TextureSpec spec; - spec.addTid(g_irrlicht->getTextureId(basename)); - spec.addTid(g_irrlicht->getTextureId(os.str())); - return g_irrlicht->getTexture(spec);*/ } #endif std::string getText() |
