aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/util/qsgtexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/scenegraph/util/qsgtexture.h')
-rw-r--r--src/declarative/scenegraph/util/qsgtexture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/declarative/scenegraph/util/qsgtexture.h b/src/declarative/scenegraph/util/qsgtexture.h
index 807dbecae5..9b95ef36ad 100644
--- a/src/declarative/scenegraph/util/qsgtexture.h
+++ b/src/declarative/scenegraph/util/qsgtexture.h
@@ -123,9 +123,6 @@ class QSGDynamicTexture : public QSGTexture
Q_OBJECT
public:
virtual bool updateTexture() = 0;
-
-Q_SIGNALS:
- void textureChanged();
};
QT_END_NAMESPACE