summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/engine/engine.h')
-rw-r--r--src/graphics/engine/engine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/graphics/engine/engine.h b/src/graphics/engine/engine.h
index 9d69a28..e36865c 100644
--- a/src/graphics/engine/engine.h
+++ b/src/graphics/engine/engine.h
@@ -738,9 +738,6 @@ public:
Math::IntPoint InterfaceToWindowSize(Math::Point size);
//@}
- //! Returns the name of directory with textures
- std::string GetTextureDir();
-
//! Increments the triangle counter for the current frame
void AddStatisticTriangle(int nb);
//! Returns the number of triangles in current frame
@@ -1349,8 +1346,6 @@ protected:
Math::Point m_highlightP2;
//@}
- //! Texture directory name
- std::string m_texPath;
//! Default texture create params
TextureCreateParams m_defaultTexParams;