aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickshadereffect_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickshadereffect_p.h')
-rw-r--r--src/quick/items/qquickshadereffect_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/quick/items/qquickshadereffect_p.h b/src/quick/items/qquickshadereffect_p.h
index b3d5473ae4..504a1efcf1 100644
--- a/src/quick/items/qquickshadereffect_p.h
+++ b/src/quick/items/qquickshadereffect_p.h
@@ -60,7 +60,6 @@ QT_REQUIRE_CONFIG(quick_shadereffect);
QT_BEGIN_NAMESPACE
-class QQuickOpenGLShaderEffect;
class QQuickGenericShaderEffect;
class QQuickShaderEffectPrivate;
@@ -120,10 +119,6 @@ public:
bool isComponentComplete() const;
QString parseLog();
-#if QT_CONFIG(opengl)
- bool isOpenGLShaderEffect() const;
-#endif
-
Q_SIGNALS:
void fragmentShaderChanged();
void vertexShaderChanged();
@@ -142,9 +137,6 @@ protected:
void itemChange(ItemChange change, const ItemChangeData &value) override;
private:
-#if QT_CONFIG(opengl)
- QQuickOpenGLShaderEffect *m_glImpl;
-#endif
QQuickGenericShaderEffect *m_impl;
Q_DECLARE_PRIVATE(QQuickShaderEffect)