summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/parameter_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/parameter_p.h')
-rw-r--r--src/render/materialsystem/parameter_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/render/materialsystem/parameter_p.h b/src/render/materialsystem/parameter_p.h
index a40af65ee..a1175311c 100644
--- a/src/render/materialsystem/parameter_p.h
+++ b/src/render/materialsystem/parameter_p.h
@@ -72,15 +72,7 @@ public:
QString name() const;
QVariant value() const;
- void setShaderDataManager(ShaderDataManager *shaderDataManager);
- void setTextureManager(TextureManager *textureManager);
-
private:
- QVariant toBackendValue(const QVariant &value);
-
- ShaderDataManager *m_shaderDataManager;
- TextureManager *m_textureManager;
-
QString m_name;
QVariant m_value;
};